[simulator/android] Bump targetSdkVersion

This commit is contained in:
Émilie Feral
2021-01-07 12:46:43 +01:00
parent 49b74fb475
commit ed2d5e3b2d

View File

@@ -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')