release 1.19.0
This commit is contained in:
parent
2f086199bd
commit
782d969413
|
@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
|
|||
|
||||
android {
|
||||
compileSdkVersion 30
|
||||
buildToolsVersion "30.0.2"
|
||||
buildToolsVersion "30.0.3"
|
||||
defaultConfig {
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 30
|
||||
versionCode 30
|
||||
versionName "1.18.0"
|
||||
versionCode 31
|
||||
versionName "1.19.0"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
lintOptions {
|
||||
|
|
Loading…
Reference in New Issue