|
@@ -6,11 +6,11 @@ def cmd2 = 'git describe --tags'
|
|
|
def version = cmd2.execute().text.trim()
|
|
def version = cmd2.execute().text.trim()
|
|
|
|
|
|
|
|
android {
|
|
android {
|
|
|
- compileSdkVersion 31
|
|
|
|
|
|
|
+ compileSdkVersion 33
|
|
|
defaultConfig {
|
|
defaultConfig {
|
|
|
applicationId "me.yoqi.calculator"
|
|
applicationId "me.yoqi.calculator"
|
|
|
minSdkVersion 16
|
|
minSdkVersion 16
|
|
|
- targetSdkVersion 31
|
|
|
|
|
|
|
+ targetSdkVersion 33
|
|
|
versionCode gitVersion
|
|
versionCode gitVersion
|
|
|
versionName version
|
|
versionName version
|
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|