diff --git a/build.gradle.kts b/build.gradle.kts index e5596190..0834cb58 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ buildscript { classpath(kotlin("gradle-plugin", "1.7.21")) classpath("com.android.tools.build:gradle:7.4.0-rc01") classpath("com.google.firebase:firebase-crashlytics-gradle:2.9.2") - classpath("com.google.android.gms:oss-licenses-plugin:0.10.5") + classpath("com.google.android.gms:oss-licenses-plugin:0.10.6") classpath("com.google.gms:google-services:4.3.14") } } diff --git a/mobile/build.gradle.kts b/mobile/build.gradle.kts index 9607f98c..5a7e31c9 100644 --- a/mobile/build.gradle.kts +++ b/mobile/build.gradle.kts @@ -25,8 +25,8 @@ android { minSdk = 21 targetSdk = 33 resourceConfigurations.addAll(arrayOf("it", "pt-rBR", "ru", "zh-rCN", "zh-rTW")) - versionCode = 302 - versionName = "2.15.2" + versionCode = 303 + versionName = "2.15.3" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" javaCompileOptions.annotationProcessorOptions.arguments.apply { put("room.expandProjection", "true") @@ -79,7 +79,7 @@ dependencies { implementation("androidx.preference:preference:1.2.0") implementation("androidx.room:room-ktx:$roomVersion") implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0") - implementation("be.mygod.librootkotlinx:librootkotlinx:1.0.0") + implementation("be.mygod.librootkotlinx:librootkotlinx:1.0.1") implementation("com.android.billingclient:billing-ktx:5.1.0") implementation("com.github.tiann:FreeReflection:3.1.0") implementation("com.google.android.gms:play-services-base:18.1.0") // fix for GoogleApiActivity crash