From e4cc62e850d530258383541f444700b3b25fedce Mon Sep 17 00:00:00 2001 From: Raymond Yang Date: Mon, 3 Jul 2023 20:02:31 +0800 Subject: [PATCH] =?UTF-8?q?Version=201.0.2:=20=E6=96=B0=E5=A2=9Eicon?= 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 ef3f5e1..ffce45d 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -11,8 +11,8 @@ android { applicationId = "com.ray650128.floatingwindow" minSdk = 26 targetSdk = 33 - versionCode = 2 - versionName = "1.0.1" + versionCode = 3 + versionName = "1.0.2" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" }