File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ android {
3333 applicationId " com.k0d4black.theforce"
3434 minSdkVersion rootProject. ext. minSdkVersion
3535 targetSdkVersion rootProject. ext. targetSdkVersion
36- versionCode rootProject. ext. versionCode
36+ versionCode rootProject. ext. versionCodeMajor * 10000 + rootProject . ext . versionCodeMinor * 100 + rootProject . ext . versionCodePatch
3737 versionName rootProject. ext. versionName
3838 testInstrumentationRunner " com.k0d4black.theforce.runner.MockTestRunner"
3939 }
Original file line number Diff line number Diff line change 66 buildToolsVersion = " 29.0.2"
77
88 // App Versioning
9- versionCode = 1
10- versionName = " 1.0"
9+ versionCodeMajor = 1
10+ versionCodeMinor = 0
11+ versionCodePatch = 1
12+ versionName = " $versionCodeMajor . $versionCodeMinor . $versionCodePatch "
1113
1214 // Dependencies Version - Presentation
1315 appcompatVersion = ' 1.1.0'
You can’t perform that action at this time.
0 commit comments