|
|
|
|
@@ -15,8 +15,8 @@ android {
|
|
|
|
|
applicationId 'org.koitharu.kotatsu'
|
|
|
|
|
minSdkVersion 21
|
|
|
|
|
targetSdkVersion 33
|
|
|
|
|
versionCode 498
|
|
|
|
|
versionName '4.0-beta2'
|
|
|
|
|
versionCode 499
|
|
|
|
|
versionName '4.0-rc1'
|
|
|
|
|
generatedDensities = []
|
|
|
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
|
|
|
|
|
|
|
|
@@ -83,15 +83,15 @@ afterEvaluate {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
dependencies {
|
|
|
|
|
implementation('com.github.KotatsuApp:kotatsu-parsers:b3a9c5fcda') {
|
|
|
|
|
implementation('com.github.KotatsuApp:kotatsu-parsers:b1990c7918') {
|
|
|
|
|
exclude group: 'org.json', module: 'json'
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
|
|
|
|
|
|
|
|
|
|
implementation 'androidx.core:core-ktx:1.9.0'
|
|
|
|
|
implementation 'androidx.activity:activity-ktx:1.5.1'
|
|
|
|
|
implementation 'androidx.fragment:fragment-ktx:1.5.2'
|
|
|
|
|
implementation 'androidx.activity:activity-ktx:1.6.0'
|
|
|
|
|
implementation 'androidx.fragment:fragment-ktx:1.5.3'
|
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'
|
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.5.1'
|
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-service:2.5.1'
|
|
|
|
|
@@ -102,7 +102,7 @@ dependencies {
|
|
|
|
|
implementation 'androidx.viewpager2:viewpager2:1.1.0-beta01'
|
|
|
|
|
implementation 'androidx.preference:preference-ktx:1.2.0'
|
|
|
|
|
implementation 'androidx.work:work-runtime-ktx:2.7.1'
|
|
|
|
|
implementation 'androidx.biometric:biometric-ktx:1.2.0-alpha04'
|
|
|
|
|
implementation 'androidx.biometric:biometric-ktx:1.2.0-alpha05'
|
|
|
|
|
implementation 'com.google.android.material:material:1.7.0-rc01'
|
|
|
|
|
//noinspection LifecycleAnnotationProcessorWithJava8
|
|
|
|
|
kapt 'androidx.lifecycle:lifecycle-compiler:2.5.1'
|
|
|
|
|
@@ -118,8 +118,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.43.2"
|
|
|
|
|
kapt "com.google.dagger:hilt-compiler:2.43.2"
|
|
|
|
|
implementation "com.google.dagger:hilt-android:2.44"
|
|
|
|
|
kapt "com.google.dagger:hilt-compiler:2.44"
|
|
|
|
|
implementation 'androidx.hilt:hilt-work:1.0.0'
|
|
|
|
|
kapt 'androidx.hilt:hilt-compiler:1.0.0'
|
|
|
|
|
|
|
|
|
|
@@ -147,6 +147,6 @@ dependencies {
|
|
|
|
|
androidTestImplementation 'androidx.room:room-testing:2.4.3'
|
|
|
|
|
androidTestImplementation 'com.squareup.moshi:moshi-kotlin:1.14.0'
|
|
|
|
|
|
|
|
|
|
androidTestImplementation 'com.google.dagger:hilt-android-testing:2.43.2'
|
|
|
|
|
kaptAndroidTest 'com.google.dagger:hilt-android-compiler:2.43.2'
|
|
|
|
|
androidTestImplementation 'com.google.dagger:hilt-android-testing:2.44'
|
|
|
|
|
kaptAndroidTest 'com.google.dagger:hilt-android-compiler:2.44'
|
|
|
|
|
}
|
|
|
|
|
|