|
|
|
@ -19,10 +19,10 @@ android {
|
|
|
|
versionCode = 602
|
|
|
|
versionCode = 602
|
|
|
|
versionName = '6.4.2'
|
|
|
|
versionName = '6.4.2'
|
|
|
|
generatedDensities = []
|
|
|
|
generatedDensities = []
|
|
|
|
testInstrumentationRunner "org.koitharu.kotatsu.HiltTestRunner"
|
|
|
|
testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner'
|
|
|
|
ksp {
|
|
|
|
ksp {
|
|
|
|
// arg("room.generateKotlin", "true") TODO: enable later
|
|
|
|
arg('room.generateKotlin', 'true')
|
|
|
|
arg("room.schemaLocation", "$projectDir/schemas")
|
|
|
|
arg('room.schemaLocation', "$projectDir/schemas")
|
|
|
|
}
|
|
|
|
}
|
|
|
|
androidResources {
|
|
|
|
androidResources {
|
|
|
|
generateLocaleConfig true
|
|
|
|
generateLocaleConfig true
|
|
|
|
@ -87,7 +87,7 @@ dependencies {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
|
|
|
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
|
|
|
|
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.20'
|
|
|
|
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.21'
|
|
|
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3'
|
|
|
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3'
|
|
|
|
|
|
|
|
|
|
|
|
implementation 'androidx.appcompat:appcompat:1.6.1'
|
|
|
|
implementation 'androidx.appcompat:appcompat:1.6.1'
|
|
|
|
@ -116,9 +116,9 @@ dependencies {
|
|
|
|
exclude group: 'com.google.j2objc', module: 'j2objc-annotations'
|
|
|
|
exclude group: 'com.google.j2objc', module: 'j2objc-annotations'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
implementation 'androidx.room:room-runtime:2.6.0'
|
|
|
|
implementation 'androidx.room:room-runtime:2.6.1'
|
|
|
|
implementation 'androidx.room:room-ktx:2.6.0'
|
|
|
|
implementation 'androidx.room:room-ktx:2.6.1'
|
|
|
|
ksp 'androidx.room:room-compiler:2.6.0'
|
|
|
|
ksp 'androidx.room:room-compiler:2.6.1'
|
|
|
|
|
|
|
|
|
|
|
|
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
|
|
|
|
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
|
|
|
|
implementation 'com.squareup.okhttp3:okhttp-dnsoverhttps:4.12.0'
|
|
|
|
implementation 'com.squareup.okhttp3:okhttp-dnsoverhttps:4.12.0'
|
|
|
|
|