• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Simple Notepad Application for Android OS


Commit MetaInfo

修订版c5b496e94708bff25690ba6f6b690c1cad7203df (tree)
时间2019-02-06 17:19:15
作者Masahiko, SAWAI <say@user...>
CommiterMasahiko, SAWAI

Log Message

Changed targetSdkVersion

更改概述

差异

--- a/notepad-app-level-11/src/main/AndroidManifest.xml
+++ b/notepad-app-level-11/src/main/AndroidManifest.xml
@@ -6,7 +6,7 @@
66 android:versionName="1.0.15"
77 android:installLocation="auto"
88 >
9- <uses-sdk android:minSdkVersion="11" android:targetSdkVersion="25" /> <!-- Android 7.1 -->
9+ <uses-sdk android:minSdkVersion="11" android:targetSdkVersion="27" /> <!-- Android 8.1 -->
1010
1111 <uses-feature android:name="android.hardware.touchscreen" android:required="false" />
1212 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
--- a/notepad-app/src/main/AndroidManifest.xml
+++ b/notepad-app/src/main/AndroidManifest.xml
@@ -6,7 +6,7 @@
66 android:versionName="1.0.15"
77 android:installLocation="auto"
88 >
9- <uses-sdk android:minSdkVersion="3" android:targetSdkVersion="4" />
9+ <uses-sdk android:minSdkVersion="3" android:targetSdkVersion="26" />
1010
1111 <uses-feature android:name="android.hardware.touchscreen" android:required="false" />
1212 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />