File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 1- import java.io.FileInputStream
21import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
32import org.jetbrains.kotlin.konan.properties.Properties
3+ import java.io.FileInputStream
44
55plugins {
66 alias(libs.plugins.android)
77 alias(libs.plugins.kotlinAndroid)
88 alias(libs.plugins.ksp)
9- base
10- }
11-
12- base {
13- archivesName.set(" keyboard" )
149}
1510
1611val keystorePropertiesFile: File = rootProject.file(" keystore.properties" )
@@ -30,6 +25,7 @@ android {
3025 versionCode = project.libs.versions.app.version.versionCode.get().toInt()
3126 multiDexEnabled = true
3227 vectorDrawables.useSupportLibrary = true
28+ setProperty(" archivesBaseName" , " keyboard-$versionCode " )
3329 ksp {
3430 arg(" room.schemaLocation" , " $projectDir /schemas" )
3531 }
You can’t perform that action at this time.
0 commit comments