Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3d1e240e6c | |||
| 73e8b7a08b |
@@ -11,8 +11,8 @@ android {
|
||||
applicationId "com.recordatorios.app"
|
||||
minSdk 26
|
||||
targetSdk 34
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
versionCode 3
|
||||
versionName "1.0.2"
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
@@ -20,6 +20,17 @@ android {
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
debug {
|
||||
applicationIdSuffix ".debug"
|
||||
}
|
||||
}
|
||||
|
||||
applicationVariants.all { variant ->
|
||||
variant.outputs.all { output ->
|
||||
def version = variant.versionName
|
||||
def name = variant.buildType.name
|
||||
outputFileName = "Reminder-app-v${version}-${name}.apk"
|
||||
}
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
|
||||
Reference in New Issue
Block a user