We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 287baed commit a5fc3d2Copy full SHA for a5fc3d2
1 file changed
app/build.gradle.kts
@@ -30,6 +30,10 @@ android {
30
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
31
}
32
33
+ extensions.getByType(BasePluginExtension::class.java)
34
+ .archivesName
35
+ .set("PvotCalculator-v${defaultConfig.versionName}")
36
+
37
buildTypes {
38
release {
39
isMinifyEnabled = true
0 commit comments