This commit is contained in:
Mygod
2022-07-15 23:15:13 -04:00
parent 331358bd14
commit 1e8739f8dc

View File

@@ -26,8 +26,8 @@ android {
@android.annotation.SuppressLint("ExpiredTargetSdkVersion") @android.annotation.SuppressLint("ExpiredTargetSdkVersion")
targetSdk = 29 targetSdk = 29
resourceConfigurations.addAll(arrayOf("it", "ru", "zh-rCN", "zh-rTW")) resourceConfigurations.addAll(arrayOf("it", "ru", "zh-rCN", "zh-rTW"))
versionCode = 292 versionCode = 300
versionName = "2.14.4" versionName = "2.15.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions.annotationProcessorOptions.arguments.apply { javaCompileOptions.annotationProcessorOptions.arguments.apply {
put("room.expandProjection", "true") put("room.expandProjection", "true")
@@ -85,15 +85,15 @@ dependencies {
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0") implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
implementation("com.android.billingclient:billing-ktx:5.0.0") implementation("com.android.billingclient:billing-ktx:5.0.0")
implementation("com.google.android.gms:play-services-oss-licenses:17.0.0") implementation("com.google.android.gms:play-services-oss-licenses:17.0.0")
implementation("com.google.android.material:material:1.7.0-alpha02") implementation("com.google.android.material:material:1.7.0-alpha03")
implementation("com.google.firebase:firebase-analytics-ktx:21.0.0") implementation("com.google.firebase:firebase-analytics-ktx:21.1.0")
implementation("com.google.firebase:firebase-crashlytics:18.2.11") implementation("com.google.firebase:firebase-crashlytics:18.2.11")
implementation("com.google.zxing:core:3.5.0") implementation("com.google.zxing:core:3.5.0")
implementation("com.jakewharton.timber:timber:5.0.1") implementation("com.jakewharton.timber:timber:5.0.1")
implementation("com.linkedin.dexmaker:dexmaker:2.28.1") implementation("com.linkedin.dexmaker:dexmaker:2.28.3")
implementation("com.takisoft.preferencex:preferencex-simplemenu:1.1.0") implementation("com.takisoft.preferencex:preferencex-simplemenu:1.1.0")
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.5") implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.5")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.3") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4")
add("googleImplementation", "com.github.tiann:FreeReflection:3.1.0") add("googleImplementation", "com.github.tiann:FreeReflection:3.1.0")
add("googleImplementation", "com.google.android.play:core:1.10.3") add("googleImplementation", "com.google.android.play:core:1.10.3")
add("googleImplementation", "com.google.android.play:core-ktx:1.8.1") add("googleImplementation", "com.google.android.play:core-ktx:1.8.1")