Skip to content

Commit

Permalink
Updated build target and project properties to SDK 19
Browse files Browse the repository at this point in the history
  • Loading branch information
ToxicBakery committed Feb 26, 2014
1 parent 0557a28 commit e4f4efb
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 @@ -3,5 +3,5 @@
package="rajawali.framework"
android:versionCode="1"
android:versionName="1.0">
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="18"/>
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="19"/>
</manifest>
2 changes: 1 addition & 1 deletion project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
# project structure.

# Project target.
target=android-18
target=android-19
android.library=true

0 comments on commit e4f4efb

Please sign in to comment.