Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e98cd72

Browse files
committed
Updated target SDK to API 21
1 parent 3388678 commit e98cd72

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

AndroidManifest.xml

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

77
<uses-permission android:name="android.permission.INTERNET" />
88
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
99

1010
<uses-sdk
1111
android:minSdkVersion="8"
12-
android:targetSdkVersion="20" />
12+
android:targetSdkVersion="21" />
1313

1414
<application
1515
android:allowBackup="true"

examples/app/AndroidManifest.xml

Lines changed: 2 additions & 2 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.alexbbb.uploadservice.demo"
4-
android:versionCode="1"
4+
android:versionCode="2"
55
android:versionName="1.0" >
66

77
<uses-sdk
88
android:minSdkVersion="10"
9-
android:targetSdkVersion="20" />
9+
android:targetSdkVersion="21" />
1010

1111
<uses-permission android:name="android.permission.INTERNET" />
1212
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
223 KB
Binary file not shown.

libs/android-support-v4.jar

223 KB
Binary file not shown.

0 commit comments

Comments
 (0)