Skip to content

Commit a9b2b18

Browse files
committed
Lowering SDK requirements to test on my Tab
1 parent 9b51c43 commit a9b2b18

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
@@ -4,7 +4,7 @@
44
android:versionCode="1"
55
android:versionName="1.0" >
66

7-
<uses-sdk android:minSdkVersion="15" />
7+
<uses-sdk android:minSdkVersion="12" />
88

99
<application
1010
android:icon="@drawable/ic_launcher"

project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
# project structure.
99

1010
# Project target.
11-
target=android-15
11+
target=android-12

0 commit comments

Comments
 (0)