Skip to content

Commit

Permalink
Merge pull request #35625 from ZhilkinSerg/android-2019-11-20
Browse files Browse the repository at this point in the history
Android build updates (2019-09-20)
  • Loading branch information
ZhilkinSerg authored Nov 22, 2019
2 parents a5962f4 + 0fccbe1 commit 5d5f93a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ unzipDeps.dependsOn makeLocalization
preBuild.dependsOn unzipDeps

android {
compileSdkVersion 28
compileSdkVersion 26

if (override_version.isEmpty()) {
println("Generating version number to $version_header_path")
Expand Down Expand Up @@ -127,8 +127,8 @@ android {
}

defaultConfig {
minSdkVersion 16
targetSdkVersion 28
minSdkVersion 14
targetSdkVersion 26
versionCode Integer.valueOf(System.env.UPSTREAM_BUILD_NUMBER ?: 1)
versionName new File("$version_header_path").text.split('\"')[1]
if (buildAsApplication) {
Expand Down

0 comments on commit 5d5f93a

Please sign in to comment.