mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-11 06:44:00 +00:00
Add versionNameSuffix for release build type
This commit is contained in:
@@ -94,6 +94,11 @@ android {
|
||||
minifyEnabled false
|
||||
versionNameSuffix ".debug"
|
||||
}
|
||||
|
||||
release {
|
||||
minifyEnabled true
|
||||
versionNameSuffix ".release"
|
||||
}
|
||||
}
|
||||
|
||||
kotlinOptions {
|
||||
|
||||
Reference in New Issue
Block a user