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

Commit dfd98f0

Browse files
author
Hisanobu Tomari
committed
retarget for API 22 (Android 5.1)
1 parent 10d1487 commit dfd98f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

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

project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
1212

1313
# Project target.
14-
target=android-21
14+
target=android-22

0 commit comments

Comments
 (0)