Skip to content

Commit

Permalink
Merge pull request #35197 from ZhilkinSerg/android-2019-10-31
Browse files Browse the repository at this point in the history
Updated Android build process (2019-10-31)
  • Loading branch information
ZhilkinSerg authored Oct 31, 2019
2 parents f55a6f0 + 9fd7163 commit dfc081c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ android {
}

defaultConfig {
minSdkVersion 21
minSdkVersion 16
targetSdkVersion 28
versionCode Integer.valueOf(System.env.UPSTREAM_BUILD_NUMBER ?: 1)
versionName new File("$version_header_path").text.split('\"')[1]
Expand Down Expand Up @@ -157,7 +157,7 @@ android {

externalNativeBuild {
ndkBuild {
arguments "APP_PLATFORM=android-21", "-j$njobs"
arguments "APP_PLATFORM=android-16", "-j$njobs"
}
}
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand Down
Binary file modified android/app/deps.zip
Binary file not shown.

0 comments on commit dfc081c

Please sign in to comment.