Skip to content

Commit

Permalink
Update target SDK to the currently latest SDK 18.
Browse files Browse the repository at this point in the history
  • Loading branch information
roubert committed Aug 24, 2013
1 parent b4e2c5d commit dd676d0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<uses-sdk
android:minSdkVersion="3"
android:targetSdkVersion="15" />
android:targetSdkVersion="18" />

<supports-screens
android:anyDensity="true"
Expand Down
2 changes: 1 addition & 1 deletion lib/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

android.library=true
# Project target.
target=Google Inc.:Google APIs:15
target=android-18
2 changes: 1 addition & 1 deletion sample/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
android:versionCode="1"
android:versionName="1.0">

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

<application
android:allowBackup="false"
Expand Down
2 changes: 1 addition & 1 deletion sample/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
# project structure.

# Project target.
target=Google Inc.:Google APIs:17
target=Google Inc.:Google APIs:18
android.library.reference.1=../lib
2 changes: 1 addition & 1 deletion tests/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<uses-sdk
android:minSdkVersion="3"
android:targetSdkVersion="17" />
android:targetSdkVersion="18" />

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

Expand Down
2 changes: 1 addition & 1 deletion tests/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
# project structure.

# Project target.
target=android-17
target=android-18
android.library.reference.1=../lib

0 comments on commit dd676d0

Please sign in to comment.