Removed date versionNameSuffix

This commit is contained in:
Prathamesh More 2022-06-21 14:51:25 +05:30
parent 20ab3dad0d
commit 059c0324c1

View file

@ -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"