From b02c0a421c660a4ba1686fe7ce859cb5298f6349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8D=E3=82=80=E3=81=AD=E3=81=93?= Date: Wed, 20 Dec 2023 10:45:45 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3?= =?UTF-8?q?=E3=82=B3=E3=83=BC=E3=83=89=E4=BF=AE=E6=AD=A3=E3=81=AA=E3=81=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index be1c3e78..4db4c74d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,11 +12,10 @@ android { minSdk 26 targetSdk 33 - // Develop上では次回のリリースバージョンを指定 // ベータ, Internal, Release問わず毎回インクリメントする // https://developer.android.com/studio/publish/versioning#versioningsettings - versionCode 2 - versionName "0.1 Internal release 2" + versionCode 1 + versionName "0.1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }