|
|
|
|
@ -17,8 +17,8 @@ android {
|
|
|
|
|
//TODO: update as soon as sources becomes available
|
|
|
|
|
//noinspection OldTargetApi
|
|
|
|
|
targetSdkVersion 33
|
|
|
|
|
versionCode 562
|
|
|
|
|
versionName '5.3.5'
|
|
|
|
|
versionCode 563
|
|
|
|
|
versionName '5.3.6'
|
|
|
|
|
generatedDensities = []
|
|
|
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
|
|
|
|
|
|
|
|
@ -81,7 +81,7 @@ afterEvaluate {
|
|
|
|
|
}
|
|
|
|
|
dependencies {
|
|
|
|
|
//noinspection GradleDependency
|
|
|
|
|
implementation('com.github.KotatsuApp:kotatsu-parsers:db96a1ff2e') {
|
|
|
|
|
implementation('com.github.KotatsuApp:kotatsu-parsers:a1598fd712') {
|
|
|
|
|
exclude group: 'org.json', module: 'json'
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -127,8 +127,8 @@ dependencies {
|
|
|
|
|
implementation 'com.hannesdorfmann:adapterdelegates4-kotlin-dsl:4.3.2'
|
|
|
|
|
implementation 'com.hannesdorfmann:adapterdelegates4-kotlin-dsl-viewbinding:4.3.2'
|
|
|
|
|
|
|
|
|
|
implementation 'com.google.dagger:hilt-android:2.46.1'
|
|
|
|
|
kapt 'com.google.dagger:hilt-compiler:2.46.1'
|
|
|
|
|
implementation 'com.google.dagger:hilt-android:2.47'
|
|
|
|
|
kapt 'com.google.dagger:hilt-compiler:2.47'
|
|
|
|
|
implementation 'androidx.hilt:hilt-work:1.0.0'
|
|
|
|
|
kapt 'androidx.hilt:hilt-compiler:1.0.0'
|
|
|
|
|
|
|
|
|
|
@ -157,6 +157,6 @@ dependencies {
|
|
|
|
|
androidTestImplementation 'androidx.room:room-testing:2.5.2'
|
|
|
|
|
androidTestImplementation 'com.squareup.moshi:moshi-kotlin:1.15.0'
|
|
|
|
|
|
|
|
|
|
androidTestImplementation 'com.google.dagger:hilt-android-testing:2.46.1'
|
|
|
|
|
kaptAndroidTest 'com.google.dagger:hilt-android-compiler:2.46.1'
|
|
|
|
|
androidTestImplementation 'com.google.dagger:hilt-android-testing:2.47'
|
|
|
|
|
kaptAndroidTest 'com.google.dagger:hilt-android-compiler:2.47'
|
|
|
|
|
}
|
|
|
|
|
|