Removed date versionNameSuffix
This commit is contained in:
parent
20ab3dad0d
commit
059c0324c1
1 changed files with 0 additions and 5 deletions
|
@ -30,7 +30,6 @@ android {
|
|||
}
|
||||
buildTypes {
|
||||
release {
|
||||
versionNameSuffix "_" + getDate()
|
||||
shrinkResources true
|
||||
minifyEnabled true
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
|
@ -88,10 +87,6 @@ static def getProperty(Properties properties, String name) {
|
|||
return properties.getProperty(name) ?: "$name missing"
|
||||
}
|
||||
|
||||
static def getDate() {
|
||||
new Date().format('MMddyyyyss')
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation project(':appthemehelper')
|
||||
implementation "androidx.gridlayout:gridlayout:1.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue