File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,6 @@ plugins {
77 alias(libs.plugins.kotlinAndroid)
88 alias(libs.plugins.kotlinSerialization)
99 alias(libs.plugins.ksp)
10- base
11- }
12-
13- base {
14- archivesName.set(" sms-messenger" )
1510}
1611
1712val keystorePropertiesFile: File = rootProject.file(" keystore.properties" )
@@ -29,6 +24,7 @@ android {
2924 targetSdk = project.libs.versions.app.build.targetSDK.get().toInt()
3025 versionName = project.libs.versions.app.version.versionName.get()
3126 versionCode = project.libs.versions.app.version.versionCode.get().toInt()
27+ setProperty(" archivesBaseName" , " messages-$versionCode " )
3228 ksp {
3329 arg(" room.schemaLocation" , " $projectDir /schemas" )
3430 }
@@ -70,7 +66,7 @@ android {
7066 flavorDimensions.add(" variants" )
7167 productFlavors {
7268 register(" core" )
73- register(" fdroid " )
69+ register(" foss " )
7470 register(" prepaid" )
7571 }
7672
File renamed without changes.
You can’t perform that action at this time.
0 commit comments