Sam
12/04/2020, 8:39 AMbuild.gradle
which gets new deployments properly launched on the device:
def buildCode = (int)(((new Date().getTime()/1000) - 1451606400) / 10)
android {
compileSdkVersion 30
buildToolsVersion "30.0.2"
defaultConfig {
...
versionName "0.1.${buildCode}"
...
}
}
I am not sure if this has to do with apple silicon, arctic fox, or alpha08?allan.conda
12/04/2020, 8:41 AMSam
12/04/2020, 8:44 AMallan.conda
12/04/2020, 8:45 AMSam
12/04/2020, 8:53 AMallan.conda
12/04/2020, 8:58 AMSam
12/04/2020, 8:59 AMColton Idle
12/04/2020, 3:38 PM