mirror of
https://github.com/FossifyOrg/Camera.git
synced 2026-04-20 23:17:48 -04:00
Update archive name
This commit is contained in:
@@ -6,11 +6,6 @@ plugins {
|
||||
alias(libs.plugins.android)
|
||||
alias(libs.plugins.kotlinAndroid)
|
||||
alias(libs.plugins.detekt)
|
||||
base
|
||||
}
|
||||
|
||||
base {
|
||||
archivesName.set("camera")
|
||||
}
|
||||
|
||||
val keystorePropertiesFile: File = rootProject.file("keystore.properties")
|
||||
@@ -28,6 +23,7 @@ android {
|
||||
targetSdk = project.libs.versions.app.build.targetSDK.get().toInt()
|
||||
versionName = project.libs.versions.app.version.versionName.get()
|
||||
versionCode = project.libs.versions.app.version.versionCode.get().toInt()
|
||||
setProperty("archivesBaseName", "camera-$versionCode")
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user