Skip to content

Commit

Permalink
compile with the latest android sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
lz1asl committed Nov 14, 2015
1 parent 0ec12b9 commit cfcaf90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
android:versionCode="21"
android:versionName="1.20">

<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="21"/>
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="23"/>
<!--<uses-permission android:name="android.permission.INTERNET" />-->
<uses-feature android:name="android.hardware.camera" android:required="false" />

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {


android {
compileSdkVersion 22
compileSdkVersion 23
buildToolsVersion "23.0.2"

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

# Project target.
target=android-21
target=android-23

0 comments on commit cfcaf90

Please sign in to comment.