From 02a31c4c76d2a5feee2d71db1e1e3df8c5fbcb62 Mon Sep 17 00:00:00 2001 From: taoki Date: Thu, 14 Mar 2024 11:42:54 +0900 Subject: [PATCH] =?UTF-8?q?R3.0.1=20=E3=83=AA=E3=83=AA=E3=83=BC=E3=82=B9?= =?UTF-8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3=E5=8F=8D=E6=98=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 10821445..85657228 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "jp.atled.agileworks" minSdkVersion 24 targetSdk 33 - versionCode 2 - versionName "1.0.0" + versionCode 3 + versionName "1.1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { -- GitLab