This commit is contained in:
Koitharu
2022-03-17 15:14:46 +02:00
parent 4851139ba5
commit 996f8f0f2e
6 changed files with 12 additions and 10 deletions

View File

@@ -66,7 +66,7 @@ android {
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
implementation 'com.github.nv95:kotatsu-parsers:6ab5743f66'
implementation 'com.github.nv95:kotatsu-parsers:fe243c8acf'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0'
@@ -117,5 +117,4 @@ dependencies {
androidTestImplementation 'androidx.test:core-ktx:1.4.0'
androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.3'
androidTestImplementation 'androidx.room:room-testing:2.4.2'
androidTestImplementation 'com.google.truth:truth:1.1.3'
}