From 12b46b04b5c90da04568263a9dfae30f13c8e0d7 Mon Sep 17 00:00:00 2001 From: Chase Montgomery Date: Fri, 24 Mar 2023 20:42:17 -0400 Subject: [PATCH] update version --- smtshell/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smtshell/app/build.gradle b/smtshell/app/build.gradle index 130bfe3..564f1b7 100644 --- a/smtshell/app/build.gradle +++ b/smtshell/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "com.samsung.SMT.lang.smtshell" minSdkVersion 22 // must be 22 or lower for the exploit to work targetSdkVersion 33 - versionCode 20230319 - versionName "1.2" + versionCode 20230324 + versionName "2.0" testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' externalNativeBuild { ndkBuild {