mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[simulator/android] Bump targetSdkVersion
This commit is contained in:
@@ -36,7 +36,7 @@ android {
|
||||
defaultConfig {
|
||||
applicationId "com.numworks.calculator"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 28
|
||||
targetSdkVersion 29
|
||||
def (major, minor, patch) = System.getenv('EPSILON_VERSION').toLowerCase().tokenize('.').collect{it.toInteger()}
|
||||
versionCode major*1000000 + minor*10000 + patch * 100
|
||||
versionName System.getenv('EPSILON_VERSION')
|
||||
|
||||
Reference in New Issue
Block a user