OPC(Olympus Air)用望遠鏡アプリ。
Révision | 8e3296d59ef408e7a5c28435e9fbfd498fa699e8 (tree) |
---|---|
l'heure | 2021-10-17 16:33:51 |
Auteur | MRSa <mrsa@myad...> |
Commiter | MRSa |
次バージョンに向けた準備。
@@ -2,13 +2,13 @@ apply plugin: 'com.android.application' | ||
2 | 2 | apply plugin: 'kotlin-android' |
3 | 3 | |
4 | 4 | android { |
5 | - compileSdkVersion 30 | |
5 | + compileSdkVersion 31 | |
6 | 6 | defaultConfig { |
7 | 7 | applicationId "net.osdn.gokigen.a01d" |
8 | 8 | minSdkVersion 14 |
9 | - targetSdkVersion 30 | |
10 | - versionCode 10906 | |
11 | - versionName "1.9.6" | |
9 | + targetSdkVersion 31 | |
10 | + versionCode 10907 | |
11 | + versionName "1.9.7" | |
12 | 12 | } |
13 | 13 | buildTypes { |
14 | 14 | release { |
@@ -21,7 +21,7 @@ | ||
21 | 21 | android:requestLegacyExternalStorage="true" |
22 | 22 | android:supportsRtl="true" |
23 | 23 | android:theme="@style/AppTheme"> |
24 | - <activity android:name=".A01dMain"> | |
24 | + <activity android:name=".A01dMain" android:exported="true"> | |
25 | 25 | <intent-filter> |
26 | 26 | <action android:name="android.intent.action.MAIN"/> |
27 | 27 | <category android:name="android.intent.category.LAUNCHER"/> |