Remove applicationIdSuffix, bump version to 1.0.3
This commit is contained in:
@@ -11,8 +11,8 @@ android {
|
||||
applicationId "com.recordatorios.app"
|
||||
minSdk 26
|
||||
targetSdk 34
|
||||
versionCode 3
|
||||
versionName "1.0.2"
|
||||
versionCode 4
|
||||
versionName "1.0.3"
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
@@ -20,9 +20,6 @@ android {
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
debug {
|
||||
applicationIdSuffix ".debug"
|
||||
}
|
||||
}
|
||||
|
||||
applicationVariants.all { variant ->
|
||||
|
||||
Reference in New Issue
Block a user