|
|
|
|
@ -15,8 +15,8 @@ android {
|
|
|
|
|
applicationId 'org.koitharu.kotatsu'
|
|
|
|
|
minSdkVersion 21
|
|
|
|
|
targetSdkVersion 33
|
|
|
|
|
versionCode 546
|
|
|
|
|
versionName '5.1.2'
|
|
|
|
|
versionCode 547
|
|
|
|
|
versionName '5.1.3'
|
|
|
|
|
generatedDensities = []
|
|
|
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
|
|
|
|
|
|
|
|
@ -79,7 +79,7 @@ afterEvaluate {
|
|
|
|
|
}
|
|
|
|
|
dependencies {
|
|
|
|
|
//noinspection GradleDependency
|
|
|
|
|
implementation('com.github.KotatsuApp:kotatsu-parsers:ebcc6391d6') {
|
|
|
|
|
implementation('com.github.KotatsuApp:kotatsu-parsers:fa7ea5b16a') {
|
|
|
|
|
exclude group: 'org.json', module: 'json'
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -88,7 +88,7 @@ dependencies {
|
|
|
|
|
|
|
|
|
|
implementation 'androidx.appcompat:appcompat:1.6.1'
|
|
|
|
|
implementation 'androidx.core:core-ktx:1.10.1'
|
|
|
|
|
implementation 'androidx.activity:activity-ktx:1.7.1'
|
|
|
|
|
implementation 'androidx.activity:activity-ktx:1.7.2'
|
|
|
|
|
implementation 'androidx.fragment:fragment-ktx:1.5.7'
|
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1'
|
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.6.1'
|
|
|
|
|
@ -97,7 +97,7 @@ dependencies {
|
|
|
|
|
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.viewpager2:viewpager2:1.1.0-beta02'
|
|
|
|
|
implementation 'androidx.preference:preference-ktx:1.2.0'
|
|
|
|
|
implementation 'androidx.biometric:biometric-ktx:1.2.0-alpha05'
|
|
|
|
|
implementation 'com.google.android.material:material:1.9.0'
|
|
|
|
|
@ -137,7 +137,7 @@ dependencies {
|
|
|
|
|
implementation 'ch.acra:acra-http:5.9.7'
|
|
|
|
|
implementation 'ch.acra:acra-dialog:5.9.7'
|
|
|
|
|
|
|
|
|
|
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.10'
|
|
|
|
|
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.11'
|
|
|
|
|
|
|
|
|
|
testImplementation 'junit:junit:4.13.2'
|
|
|
|
|
testImplementation 'org.json:json:20230227'
|
|
|
|
|
|