Skip to content
This repository was archived by the owner on Feb 25, 2022. It is now read-only.

Commit 5d45dac

Browse files
author
Hisanobu Tomari
committed
Version 9
1 parent 9a87b9d commit 5d45dac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

AndroidManifest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.example.javabutton"
4-
android:versionCode="8"
5-
android:versionName="8" >
4+
android:versionCode="9"
5+
android:versionName="9" >
66

77
<uses-sdk
88
android:minSdkVersion="8"
9-
android:targetSdkVersion="19" />
9+
android:targetSdkVersion="20" />
1010
<supports-screens
1111
android:largeScreens="true"
1212
android:xlargeScreens="true" />

0 commit comments

Comments
 (0)