V1.4(5)firebase处理
This commit is contained in:
parent
cd1924f54a
commit
368b196427
@ -7,6 +7,8 @@ plugins {
|
||||
id("org.jetbrains.kotlin.android")
|
||||
kotlin("kapt")
|
||||
id ("kotlin-android")
|
||||
id("com.google.gms.google-services")
|
||||
id("com.google.firebase.crashlytics")
|
||||
}
|
||||
|
||||
val timestamp = SimpleDateFormat("MM_dd_HH_mm").format(Date())
|
||||
@ -17,8 +19,8 @@ android {
|
||||
applicationId = "com.app.input.color.board"
|
||||
minSdk = 24
|
||||
targetSdk = 36
|
||||
versionCode = 4
|
||||
versionName = "1.3"
|
||||
versionCode = 5
|
||||
versionName = "1.4"
|
||||
setProperty(
|
||||
"archivesBaseName",
|
||||
"ColorBoard_V" + versionName + "(${versionCode})_$timestamp"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user