Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.
/ onthisday Public archive

Commit 1e05520

Browse files
committed
Lower Android SDK requirements
1 parent dcf8dac commit 1e05520

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
1010

11-
<uses-sdk android:minSdkVersion="10" />
11+
<uses-sdk android:minSdkVersion="7" />
1212

1313
<application android:icon="@drawable/icon" android:label="@string/app_name">
1414
<activity android:name=".MainActivity" android:label="@string/app_name" android:configChanges="orientation|keyboardHidden">

project.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
# project structure.
99

1010
# Project target.
11-
target=android-10
11+
target=android-7

res/layout/main.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
android:layout_width="fill_parent"
55
android:layout_height="fill_parent"
66
>
7-
<DatePicker android:id="@+id/datePicker1" android:layout_height="wrap_content" android:layout_width="match_parent"></DatePicker>
7+
<DatePicker android:id="@+id/datePicker1" android:layout_height="wrap_content" ></DatePicker>
88
</LinearLayout>

0 commit comments

Comments
 (0)