Skip to content

Commit cf647a0

Browse files
committed
Use API level 17 as we dont use newer APIs anyway
1 parent 8df465d commit cf647a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ android:versionName="0.0.1.4"
1414
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
1515
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
1616

17-
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="19"/>
17+
<uses-sdk android:minSdkVersion="17" android:targetSdkVersion="17"/>
1818

1919
<application
2020
android:icon="@drawable/icon"

0 commit comments

Comments
 (0)