From 3902675d894bbf6f1d692ebffdd9cf2d5b73d5b4 Mon Sep 17 00:00:00 2001 From: litingting Date: Tue, 11 Feb 2025 15:47:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=AD=E4=BB=A3V1.0.2(3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 98e3aad..45ff1a2 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -17,8 +17,8 @@ android { applicationId = "com.prank.master" minSdk = 23 targetSdk = 34 - versionCode = 2 - versionName = "1.0.1" + versionCode = 3 + versionName = "1.0.2" setProperty("archivesBaseName", "Prank Master_V" + versionName + "(${versionCode})_$timestamp") testInstrumentationRunner = "androidx.sounds.runner.AndroidJUnitRunner" vectorDrawables {