|
|
|
@ -15,8 +15,8 @@ android {
|
|
|
|
applicationId 'org.koitharu.kotatsu'
|
|
|
|
applicationId 'org.koitharu.kotatsu'
|
|
|
|
minSdkVersion 21
|
|
|
|
minSdkVersion 21
|
|
|
|
targetSdkVersion 33
|
|
|
|
targetSdkVersion 33
|
|
|
|
versionCode 517
|
|
|
|
versionCode 518
|
|
|
|
versionName '4.4.1'
|
|
|
|
versionName '4.4.2'
|
|
|
|
generatedDensities = []
|
|
|
|
generatedDensities = []
|
|
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
|
|
|
|
|
|
|
|
|
|
@ -87,7 +87,7 @@ afterEvaluate {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
dependencies {
|
|
|
|
dependencies {
|
|
|
|
implementation('com.github.KotatsuApp:kotatsu-parsers:f4c47b5b84') {
|
|
|
|
implementation('com.github.KotatsuApp:kotatsu-parsers:1093584202') {
|
|
|
|
exclude group: 'org.json', module: 'json'
|
|
|
|
exclude group: 'org.json', module: 'json'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@ -124,8 +124,8 @@ dependencies {
|
|
|
|
implementation 'com.hannesdorfmann:adapterdelegates4-kotlin-dsl:4.3.2'
|
|
|
|
implementation 'com.hannesdorfmann:adapterdelegates4-kotlin-dsl:4.3.2'
|
|
|
|
implementation 'com.hannesdorfmann:adapterdelegates4-kotlin-dsl-viewbinding:4.3.2'
|
|
|
|
implementation 'com.hannesdorfmann:adapterdelegates4-kotlin-dsl-viewbinding:4.3.2'
|
|
|
|
|
|
|
|
|
|
|
|
implementation 'com.google.dagger:hilt-android:2.44.2'
|
|
|
|
implementation 'com.google.dagger:hilt-android:2.45'
|
|
|
|
kapt 'com.google.dagger:hilt-compiler:2.44.2'
|
|
|
|
kapt 'com.google.dagger:hilt-compiler:2.45'
|
|
|
|
implementation 'androidx.hilt:hilt-work:1.0.0'
|
|
|
|
implementation 'androidx.hilt:hilt-work:1.0.0'
|
|
|
|
kapt 'androidx.hilt:hilt-compiler:1.0.0'
|
|
|
|
kapt 'androidx.hilt:hilt-compiler:1.0.0'
|
|
|
|
|
|
|
|
|
|
|
|
@ -154,6 +154,6 @@ dependencies {
|
|
|
|
androidTestImplementation 'androidx.room:room-testing:2.5.0'
|
|
|
|
androidTestImplementation 'androidx.room:room-testing:2.5.0'
|
|
|
|
androidTestImplementation 'com.squareup.moshi:moshi-kotlin:1.14.0'
|
|
|
|
androidTestImplementation 'com.squareup.moshi:moshi-kotlin:1.14.0'
|
|
|
|
|
|
|
|
|
|
|
|
androidTestImplementation 'com.google.dagger:hilt-android-testing:2.44.2'
|
|
|
|
androidTestImplementation 'com.google.dagger:hilt-android-testing:2.45'
|
|
|
|
kaptAndroidTest 'com.google.dagger:hilt-android-compiler:2.44.2'
|
|
|
|
kaptAndroidTest 'com.google.dagger:hilt-android-compiler:2.45'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|