Skip to content

Commit

Permalink
Updated android support library and example app manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
gotev committed Jan 28, 2015
1 parent 9a7b35b commit c38a5cc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.alexbbb.uploadservice"
android:versionCode="3"
android:versionName="1.1" >
android:versionCode="4"
android:versionName="1.2" >

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
Expand Down
4 changes: 2 additions & 2 deletions examples/app/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.alexbbb.uploadservice.demo"
android:versionCode="2"
android:versionName="1.0" >
android:versionCode="3"
android:versionName="1.1" >

<uses-sdk
android:minSdkVersion="10"
Expand Down
Binary file modified examples/app/libs/android-support-v4.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/app/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt

# Project target.
target=android-20
target=android-21
android.library.reference.1=../..
android.library.reference.2=../../../appcompat_v7
Binary file modified libs/android-support-v4.jar
Binary file not shown.

0 comments on commit c38a5cc

Please sign in to comment.