Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
Update project target (SDK level 19).
Browse files Browse the repository at this point in the history
  • Loading branch information
santa4nt committed Dec 26, 2013
1 parent b7e34a7 commit c9838a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion AndroidManifest.xml
Expand Up @@ -26,7 +26,7 @@
android:versionName="1.4"
android:installLocation="auto">

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

<uses-permission android:name="android.permission.CAMERA"/>
<uses-permission android:name="android.permission.FLASHLIGHT"/>
Expand Down
2 changes: 1 addition & 1 deletion project.properties
Expand Up @@ -8,4 +8,4 @@
# project structure.

# Project target.
target=android-17
target=android-19

0 comments on commit c9838a5

Please sign in to comment.