Skip to content

Commit

Permalink
Merge pull request #36212 from CleverRaven/android-typo-2019-12-18
Browse files Browse the repository at this point in the history
Fix typo in variable name in gradle file
  • Loading branch information
ZhilkinSerg committed Dec 18, 2019
2 parents b918ea5 + 254a99d commit cd23a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ android {

defaultConfig {
minSdkVersion override_minSdkVersion
targetSdkVersion overrid_targetSdkVersion
targetSdkVersion override_targetSdkVersion
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 cd23a72

Please sign in to comment.