From a7b9e807d7f90b5c34d8c423806de90ceed0f065 Mon Sep 17 00:00:00 2001 From: Iván Ávalos Date: Mon, 26 Dec 2022 22:46:57 -0600 Subject: Bump version to 1.3.3 --- androidApp/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'androidApp') diff --git a/androidApp/build.gradle.kts b/androidApp/build.gradle.kts index efab132..f4fb316 100644 --- a/androidApp/build.gradle.kts +++ b/androidApp/build.gradle.kts @@ -11,8 +11,8 @@ android { applicationId = "net.etbsa.etbsa" minSdk = 21 targetSdk = 31 - versionCode = 1402 - versionName = "1.3.2" + versionCode = 1403 + versionName = "1.3.3" ndk { abiFilters.clear() //abiFilters += listOf("armeabi-v7a", "arm64-v8a") -- cgit v1.2.3