From 9b6aede19fc0dd89b991fcbbe2294b27b2cc1280 Mon Sep 17 00:00:00 2001 From: Iván Ávalos Date: Wed, 8 Jun 2022 23:18:05 -0500 Subject: Bump version to 1.3.2 --- androidApp/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/androidApp/build.gradle.kts b/androidApp/build.gradle.kts index d4869fc..803e563 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 = 1401 - versionName = "1.3.1" + versionCode = 1402 + versionName = "1.3.2" ndk { abiFilters.clear() abiFilters += listOf("armeabi-v7a", "arm64-v8a") -- cgit v1.2.3