Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
Change target Android API to android-19

Former-commit-id: 638f5c1
  • Loading branch information
meefik committed Jan 10, 2015
1 parent 78e7424 commit 1080739
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Expand Down
2 changes: 1 addition & 1 deletion 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-17
target=android-19
android.library.reference.1=../actionbarsherlock
android.library.reference.2=../MultiSelectListPreferenceCompat

0 comments on commit 1080739

Please sign in to comment.