From d9b19487f94844f0981aa7579e6a1618b8a801ba Mon Sep 17 00:00:00 2001 From: Gabriel TEKOMBO Date: Sun, 20 Aug 2023 01:55:12 +0200 Subject: [PATCH] update version name to 1.3.8 and versionCode to 1308 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 223a458..f70b01a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.thecode.sample" minSdkVersion 19 targetSdkVersion 34 - versionCode 1307 - versionName "1.3.7" + versionCode 1308 + versionName "1.3.8" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes {