OSDN Git Service

次バージョンに向けた準備。
authorMRSa <mrsa@myad.jp>
Sun, 17 Oct 2021 07:33:51 +0000 (16:33 +0900)
committerMRSa <mrsa@myad.jp>
Sun, 17 Oct 2021 07:33:51 +0000 (16:33 +0900)
app/build.gradle
app/src/main/AndroidManifest.xml

index 68a5127..2cdfe6e 100644 (file)
@@ -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 {
index 177ced3..5879587 100644 (file)
@@ -21,7 +21,7 @@
         android:requestLegacyExternalStorage="true"
         android:supportsRtl="true"
         android:theme="@style/AppTheme">
-        <activity android:name=".A01dMain">
+        <activity android:name=".A01dMain" android:exported="true">
             <intent-filter>
                 <action android:name="android.intent.action.MAIN"/>
                 <category android:name="android.intent.category.LAUNCHER"/>