|
|
|
@ -16,8 +16,8 @@ android {
|
|
|
|
applicationId 'org.koitharu.kotatsu'
|
|
|
|
applicationId 'org.koitharu.kotatsu'
|
|
|
|
minSdk = 21
|
|
|
|
minSdk = 21
|
|
|
|
targetSdk = 34
|
|
|
|
targetSdk = 34
|
|
|
|
versionCode = 596
|
|
|
|
versionCode = 597
|
|
|
|
versionName = '6.3.0-a1'
|
|
|
|
versionName = '6.3.0'
|
|
|
|
generatedDensities = []
|
|
|
|
generatedDensities = []
|
|
|
|
testInstrumentationRunner "org.koitharu.kotatsu.HiltTestRunner"
|
|
|
|
testInstrumentationRunner "org.koitharu.kotatsu.HiltTestRunner"
|
|
|
|
ksp {
|
|
|
|
ksp {
|
|
|
|
@ -33,7 +33,6 @@ android {
|
|
|
|
applicationIdSuffix = '.debug'
|
|
|
|
applicationIdSuffix = '.debug'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
release {
|
|
|
|
release {
|
|
|
|
multiDexEnabled false
|
|
|
|
|
|
|
|
minifyEnabled true
|
|
|
|
minifyEnabled true
|
|
|
|
shrinkResources true
|
|
|
|
shrinkResources true
|
|
|
|
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
|
|
|
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
|
|
|
@ -82,7 +81,7 @@ afterEvaluate {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
dependencies {
|
|
|
|
dependencies {
|
|
|
|
//noinspection GradleDependency
|
|
|
|
//noinspection GradleDependency
|
|
|
|
implementation('com.github.KotatsuApp:kotatsu-parsers:2cd2d7dbc4') {
|
|
|
|
implementation('com.github.KotatsuApp:kotatsu-parsers:43fd7b8d47') {
|
|
|
|
exclude group: 'org.json', module: 'json'
|
|
|
|
exclude group: 'org.json', module: 'json'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@ -91,7 +90,7 @@ dependencies {
|
|
|
|
|
|
|
|
|
|
|
|
implementation 'androidx.appcompat:appcompat:1.6.1'
|
|
|
|
implementation 'androidx.appcompat:appcompat:1.6.1'
|
|
|
|
implementation 'androidx.core:core-ktx:1.12.0'
|
|
|
|
implementation 'androidx.core:core-ktx:1.12.0'
|
|
|
|
implementation 'androidx.activity:activity-ktx:1.8.0'
|
|
|
|
implementation 'androidx.activity:activity-ktx:1.8.1'
|
|
|
|
implementation 'androidx.fragment:fragment-ktx:1.6.2'
|
|
|
|
implementation 'androidx.fragment:fragment-ktx:1.6.2'
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2'
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2'
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.6.2'
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.6.2'
|
|
|
|
|