|
|
|
@ -16,8 +16,8 @@ android {
|
|
|
|
applicationId 'org.koitharu.kotatsu'
|
|
|
|
applicationId 'org.koitharu.kotatsu'
|
|
|
|
minSdk = 21
|
|
|
|
minSdk = 21
|
|
|
|
targetSdk = 34
|
|
|
|
targetSdk = 34
|
|
|
|
versionCode = 607
|
|
|
|
versionCode = 608
|
|
|
|
versionName = '6.5.1'
|
|
|
|
versionName = '6.5.2'
|
|
|
|
generatedDensities = []
|
|
|
|
generatedDensities = []
|
|
|
|
testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner'
|
|
|
|
testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner'
|
|
|
|
ksp {
|
|
|
|
ksp {
|
|
|
|
@ -125,8 +125,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.49'
|
|
|
|
implementation 'com.google.dagger:hilt-android:2.50'
|
|
|
|
kapt 'com.google.dagger:hilt-compiler:2.49'
|
|
|
|
kapt 'com.google.dagger:hilt-compiler:2.50'
|
|
|
|
implementation 'androidx.hilt:hilt-work:1.1.0'
|
|
|
|
implementation 'androidx.hilt:hilt-work:1.1.0'
|
|
|
|
kapt 'androidx.hilt:hilt-compiler:1.1.0'
|
|
|
|
kapt 'androidx.hilt:hilt-compiler:1.1.0'
|
|
|
|
|
|
|
|
|
|
|
|
@ -155,6 +155,6 @@ dependencies {
|
|
|
|
androidTestImplementation 'androidx.room:room-testing:2.6.1'
|
|
|
|
androidTestImplementation 'androidx.room:room-testing:2.6.1'
|
|
|
|
androidTestImplementation 'com.squareup.moshi:moshi-kotlin:1.15.0'
|
|
|
|
androidTestImplementation 'com.squareup.moshi:moshi-kotlin:1.15.0'
|
|
|
|
|
|
|
|
|
|
|
|
androidTestImplementation 'com.google.dagger:hilt-android-testing:2.49'
|
|
|
|
androidTestImplementation 'com.google.dagger:hilt-android-testing:2.50'
|
|
|
|
kaptAndroidTest 'com.google.dagger:hilt-android-compiler:2.49'
|
|
|
|
kaptAndroidTest 'com.google.dagger:hilt-android-compiler:2.50'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|