Use shorter suffix

This commit is contained in:
Mygod
2021-10-25 01:08:00 -04:00
parent 1dc1b59c32
commit 7fa39e9994

View File

@@ -57,7 +57,7 @@ android {
create("google") {
dimension = "freedom"
targetSdk = 31
versionNameSuffix = "-google"
versionNameSuffix = "-g"
buildConfigField("boolean", "DONATIONS", "false")
buildConfigField("int", "TARGET_SDK", "31")
}