|
|
|
|
@ -15,8 +15,8 @@ android {
|
|
|
|
|
applicationId 'org.koitharu.kotatsu'
|
|
|
|
|
minSdkVersion 21
|
|
|
|
|
targetSdkVersion 33
|
|
|
|
|
versionCode 530
|
|
|
|
|
versionName '5.0-a1'
|
|
|
|
|
versionCode 531
|
|
|
|
|
versionName '5.0-a2'
|
|
|
|
|
generatedDensities = []
|
|
|
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
|
|
|
|
|
|
|
|
@ -87,26 +87,26 @@ dependencies {
|
|
|
|
|
|
|
|
|
|
implementation 'androidx.appcompat:appcompat:1.6.1'
|
|
|
|
|
implementation 'androidx.core:core-ktx:1.9.0'
|
|
|
|
|
implementation 'androidx.activity:activity-ktx:1.6.1'
|
|
|
|
|
implementation 'androidx.fragment:fragment-ktx:1.5.5'
|
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.0'
|
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.6.0'
|
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-service:2.6.0'
|
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-process:2.6.0'
|
|
|
|
|
implementation 'androidx.activity:activity-ktx:1.7.0'
|
|
|
|
|
implementation 'androidx.fragment:fragment-ktx:1.5.6'
|
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1'
|
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.6.1'
|
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-service:2.6.1'
|
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-process:2.6.1'
|
|
|
|
|
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
|
|
|
|
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
|
|
|
|
|
implementation 'androidx.recyclerview:recyclerview:1.3.0'
|
|
|
|
|
implementation 'androidx.viewpager2:viewpager2:1.1.0-beta01'
|
|
|
|
|
implementation 'androidx.preference:preference-ktx:1.2.0'
|
|
|
|
|
implementation 'androidx.work:work-runtime-ktx:2.8.0'
|
|
|
|
|
implementation 'androidx.work:work-runtime-ktx:2.8.1'
|
|
|
|
|
implementation 'androidx.biometric:biometric-ktx:1.2.0-alpha05'
|
|
|
|
|
implementation 'com.google.android.material:material:1.8.0'
|
|
|
|
|
//noinspection LifecycleAnnotationProcessorWithJava8
|
|
|
|
|
kapt 'androidx.lifecycle:lifecycle-compiler:2.6.0'
|
|
|
|
|
kapt 'androidx.lifecycle:lifecycle-compiler:2.6.1'
|
|
|
|
|
|
|
|
|
|
implementation 'androidx.room:room-runtime:2.5.0'
|
|
|
|
|
implementation 'androidx.room:room-ktx:2.5.0'
|
|
|
|
|
kapt 'androidx.room:room-compiler:2.5.0'
|
|
|
|
|
implementation 'androidx.room:room-runtime:2.5.1'
|
|
|
|
|
implementation 'androidx.room:room-ktx:2.5.1'
|
|
|
|
|
kapt 'androidx.room:room-compiler:2.5.1'
|
|
|
|
|
|
|
|
|
|
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
|
|
|
|
|
implementation 'com.squareup.okhttp3:okhttp-dnsoverhttps:4.9.3'
|
|
|
|
|
@ -120,8 +120,8 @@ dependencies {
|
|
|
|
|
implementation 'androidx.hilt:hilt-work:1.0.0'
|
|
|
|
|
kapt 'androidx.hilt:hilt-compiler:1.0.0'
|
|
|
|
|
|
|
|
|
|
implementation 'io.coil-kt:coil-base:2.2.2'
|
|
|
|
|
implementation 'io.coil-kt:coil-svg:2.2.2'
|
|
|
|
|
implementation 'io.coil-kt:coil-base:2.3.0'
|
|
|
|
|
implementation 'io.coil-kt:coil-svg:2.3.0'
|
|
|
|
|
implementation 'com.github.KotatsuApp:subsampling-scale-image-view:1b19231b2f'
|
|
|
|
|
implementation 'com.github.solkin:disk-lru-cache:1.4'
|
|
|
|
|
implementation 'io.noties.markwon:core:4.6.2'
|
|
|
|
|
@ -142,7 +142,7 @@ dependencies {
|
|
|
|
|
|
|
|
|
|
androidTestImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4'
|
|
|
|
|
|
|
|
|
|
androidTestImplementation 'androidx.room:room-testing:2.5.0'
|
|
|
|
|
androidTestImplementation 'androidx.room:room-testing:2.5.1'
|
|
|
|
|
androidTestImplementation 'com.squareup.moshi:moshi-kotlin:1.14.0'
|
|
|
|
|
|
|
|
|
|
androidTestImplementation 'com.google.dagger:hilt-android-testing:2.45'
|
|
|
|
|
|