Skip to content

Commit

Permalink
+ android version increased
Browse files Browse the repository at this point in the history
  • Loading branch information
djdron committed Mar 1, 2017
1 parent d74e6ce commit 77568ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ android {
defaultConfig {
applicationId "app.usp"

minSdkVersion 8
targetSdkVersion 10
// minSdkVersion 8
// targetSdkVersion 10

// minSdkVersion 19
// targetSdkVersion 19
minSdkVersion 19
targetSdkVersion 19

ndk {
moduleName "usp"
Expand Down
2 changes: 1 addition & 1 deletion build/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="app.usp"
android:installLocation="auto"
android:versionName="0.0.73" android:versionCode="42">
android:versionName="0.0.74" android:versionCode="44">
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"></uses-permission>
<uses-permission android:name="android.permission.INTERNET"></uses-permission>
<uses-feature android:glEsVersion="0x00020000" android:required="true"></uses-feature>
Expand Down

0 comments on commit 77568ea

Please sign in to comment.