Skip to content

Commit

Permalink
Revert "Set minSdkVersion=23" (set it to 19)
Browse files Browse the repository at this point in the history
This reverts commit 8042d7f.
  • Loading branch information
javaxubuntu committed Dec 6, 2018
1 parent bee5bc3 commit 97431ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/project/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
android:versionCode="1"
android:versionName="1.0"
android:installLocation="auto">
<uses-sdk android:minSdkVersion="23" />
<uses-sdk android:minSdkVersion="19" />
<uses-feature android:glEsVersion="0x00020000" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Expand Down
4 changes: 2 additions & 2 deletions android/project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ android {
compileSdkVersion 26
buildToolsVersion "26.0.1"
defaultConfig {
minSdkVersion 23
minSdkVersion 19
targetSdkVersion 26
externalNativeBuild {
ndkBuild {
arguments "APP_PLATFORM=android-23"
arguments "APP_PLATFORM=android-19"
}
}
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 1 addition & 1 deletion android/project/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt

# Project target.
target=android-23
target=android-19
compression.disabled=set

0 comments on commit 97431ee

Please sign in to comment.