• R/O
  • HTTP
  • SSH
  • HTTPS

A01d: Commit

OPC(Olympus Air)用望遠鏡アプリ。


Commit MetaInfo

Révision8e3296d59ef408e7a5c28435e9fbfd498fa699e8 (tree)
l'heure2021-10-17 16:33:51
AuteurMRSa <mrsa@myad...>
CommiterMRSa

Message de Log

次バージョンに向けた準備。

Change Summary

Modification

--- a/app/build.gradle
+++ b/app/build.gradle
@@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
22 apply plugin: 'kotlin-android'
33
44 android {
5- compileSdkVersion 30
5+ compileSdkVersion 31
66 defaultConfig {
77 applicationId "net.osdn.gokigen.a01d"
88 minSdkVersion 14
9- targetSdkVersion 30
10- versionCode 10906
11- versionName "1.9.6"
9+ targetSdkVersion 31
10+ versionCode 10907
11+ versionName "1.9.7"
1212 }
1313 buildTypes {
1414 release {
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -21,7 +21,7 @@
2121 android:requestLegacyExternalStorage="true"
2222 android:supportsRtl="true"
2323 android:theme="@style/AppTheme">
24- <activity android:name=".A01dMain">
24+ <activity android:name=".A01dMain" android:exported="true">
2525 <intent-filter>
2626 <action android:name="android.intent.action.MAIN"/>
2727 <category android:name="android.intent.category.LAUNCHER"/>
Afficher sur ancien navigateur de dépôt.