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

Skip to content

Commit c38a5cc

Browse files
committed
Updated android support library and example app manifest
1 parent 9a7b35b commit c38a5cc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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="3"
5-
android:versionName="1.1" >
4+
android:versionCode="4"
5+
android:versionName="1.2" >
66

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

examples/app/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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="2"
5-
android:versionName="1.0" >
4+
android:versionCode="3"
5+
android:versionName="1.1" >
66

77
<uses-sdk
88
android:minSdkVersion="10"
8.12 KB
Binary file not shown.

examples/app/project.properties

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

1313
# Project target.
14-
target=android-20
14+
target=android-21
1515
android.library.reference.1=../..
1616
android.library.reference.2=../../../appcompat_v7

libs/android-support-v4.jar

8.12 KB
Binary file not shown.

0 commit comments

Comments
 (0)