chore: fix build
This commit is contained in:
@@ -59,6 +59,8 @@ android {
|
||||
namespace = "su.reya.coop"
|
||||
compileSdk = libs.versions.android.compileSdk.get().toInt()
|
||||
|
||||
base.archivesName.set("coop")
|
||||
|
||||
signingConfigs {
|
||||
create("release") {
|
||||
storeFile = localProperties.getProperty("keystore.path")?.let { file(it) }
|
||||
@@ -88,20 +90,6 @@ android {
|
||||
)
|
||||
signingConfig = signingConfigs.getByName("release")
|
||||
}
|
||||
create("beta") {
|
||||
initWith(getByName("release"))
|
||||
applicationIdSuffix = ".beta"
|
||||
versionNameSuffix = "-beta"
|
||||
manifestPlaceholders["appName"] = "Coop Beta"
|
||||
signingConfig = signingConfigs.getByName("release")
|
||||
}
|
||||
create("alpha") {
|
||||
initWith(getByName("release"))
|
||||
applicationIdSuffix = ".alpha"
|
||||
versionNameSuffix = "-alpha"
|
||||
manifestPlaceholders["appName"] = "Coop Alpha"
|
||||
signingConfig = signingConfigs.getByName("release")
|
||||
}
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility = JavaVersion.VERSION_11
|
||||
|
||||
Reference in New Issue
Block a user