From ba8318fc69be01d34b600b467bce09699fce2b46 Mon Sep 17 00:00:00 2001 From: Mygod Date: Fri, 10 Mar 2023 00:32:56 -0500 Subject: [PATCH] v2.16.1 --- mobile/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mobile/build.gradle.kts b/mobile/build.gradle.kts index 64700a6b..fe78049b 100644 --- a/mobile/build.gradle.kts +++ b/mobile/build.gradle.kts @@ -28,8 +28,8 @@ android { minSdk = 28 targetSdk = 33 resourceConfigurations.addAll(arrayOf("it", "pt-rBR", "ru", "zh-rCN", "zh-rTW")) - versionCode = 1000 - versionName = "2.16.0" + versionCode = 1001 + versionName = "2.16.1" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" javaCompileOptions.annotationProcessorOptions.arguments.apply { put("room.expandProjection", "true") @@ -86,7 +86,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.1") + implementation("be.mygod.librootkotlinx:librootkotlinx:1.0.2") 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.2.0") // fix for GoogleApiActivity crash