From 8e3296d59ef408e7a5c28435e9fbfd498fa699e8 Mon Sep 17 00:00:00 2001 From: MRSa Date: Sun, 17 Oct 2021 16:33:51 +0900 Subject: [PATCH] =?utf8?q?=E6=AC=A1=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7?= =?utf8?q?=E3=83=B3=E3=81=AB=E5=90=91=E3=81=91=E3=81=9F=E6=BA=96=E5=82=99?= =?utf8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 8 ++++---- app/src/main/AndroidManifest.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 68a5127..2cdfe6e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,13 +2,13 @@ apply plugin: 'com.android.application' apply plugin: 'kotlin-android' android { - compileSdkVersion 30 + compileSdkVersion 31 defaultConfig { applicationId "net.osdn.gokigen.a01d" minSdkVersion 14 - targetSdkVersion 30 - versionCode 10906 - versionName "1.9.6" + targetSdkVersion 31 + versionCode 10907 + versionName "1.9.7" } buildTypes { release { diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 177ced3..5879587 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -21,7 +21,7 @@ android:requestLegacyExternalStorage="true" android:supportsRtl="true" android:theme="@style/AppTheme"> - + -- 2.11.0