From cca17e1aae3837bf42362300d55a1f9bf55e8b18 Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Fri, 20 Oct 2023 12:16:39 -0400 Subject: [PATCH] Chore: Bump version name to 0.12.0 and version code to 16 --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 03041ea1..f42f79df 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -27,8 +27,8 @@ android { applicationId = "com.goldenraven.padawanwallet" minSdk = 26 targetSdk = 34 - versionCode = 10 - versionName = "v0.10.0-SNAPSHOT" + versionCode = 16 + versionName = "v0.12.0-SNAPSHOT" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" resValue(