|
|
|
@ -13,8 +13,8 @@ android {
|
|
|
|
applicationId 'org.koitharu.kotatsu'
|
|
|
|
applicationId 'org.koitharu.kotatsu'
|
|
|
|
minSdkVersion 21
|
|
|
|
minSdkVersion 21
|
|
|
|
targetSdkVersion 30
|
|
|
|
targetSdkVersion 30
|
|
|
|
versionCode 367
|
|
|
|
versionCode 368
|
|
|
|
versionName '1.1.2'
|
|
|
|
versionName '2.0-a1'
|
|
|
|
generatedDensities = []
|
|
|
|
generatedDensities = []
|
|
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
|
|
|
|
|
|
|
|
|
|
@ -66,8 +66,8 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
dependencies {
|
|
|
|
dependencies {
|
|
|
|
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
|
|
|
|
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
|
|
|
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1'
|
|
|
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2'
|
|
|
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.1'
|
|
|
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2'
|
|
|
|
|
|
|
|
|
|
|
|
implementation 'androidx.core:core-ktx:1.6.0'
|
|
|
|
implementation 'androidx.core:core-ktx:1.6.0'
|
|
|
|
implementation 'androidx.activity:activity-ktx:1.3.1'
|
|
|
|
implementation 'androidx.activity:activity-ktx:1.3.1'
|
|
|
|
@ -82,7 +82,7 @@ dependencies {
|
|
|
|
implementation 'androidx.recyclerview:recyclerview:1.2.1'
|
|
|
|
implementation 'androidx.recyclerview:recyclerview:1.2.1'
|
|
|
|
implementation 'androidx.viewpager2:viewpager2:1.1.0-beta01'
|
|
|
|
implementation 'androidx.viewpager2:viewpager2:1.1.0-beta01'
|
|
|
|
implementation 'androidx.preference:preference-ktx:1.1.1'
|
|
|
|
implementation 'androidx.preference:preference-ktx:1.1.1'
|
|
|
|
implementation 'androidx.work:work-runtime-ktx:2.6.0-rc01'
|
|
|
|
implementation 'androidx.work:work-runtime-ktx:2.6.0'
|
|
|
|
implementation 'com.google.android.material:material:1.4.0'
|
|
|
|
implementation 'com.google.android.material:material:1.4.0'
|
|
|
|
//noinspection LifecycleAnnotationProcessorWithJava8
|
|
|
|
//noinspection LifecycleAnnotationProcessorWithJava8
|
|
|
|
kapt 'androidx.lifecycle:lifecycle-compiler:2.3.1'
|
|
|
|
kapt 'androidx.lifecycle:lifecycle-compiler:2.3.1'
|
|
|
|
@ -108,7 +108,7 @@ dependencies {
|
|
|
|
testImplementation 'junit:junit:4.13.2'
|
|
|
|
testImplementation 'junit:junit:4.13.2'
|
|
|
|
testImplementation 'com.google.truth:truth:1.1.3'
|
|
|
|
testImplementation 'com.google.truth:truth:1.1.3'
|
|
|
|
testImplementation 'org.json:json:20210307'
|
|
|
|
testImplementation 'org.json:json:20210307'
|
|
|
|
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.1'
|
|
|
|
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.2'
|
|
|
|
testImplementation 'io.insert-koin:koin-test-junit4:3.1.2'
|
|
|
|
testImplementation 'io.insert-koin:koin-test-junit4:3.1.2'
|
|
|
|
|
|
|
|
|
|
|
|
androidTestImplementation 'androidx.test:runner:1.4.0'
|
|
|
|
androidTestImplementation 'androidx.test:runner:1.4.0'
|
|
|
|
|