Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
Pepijn98 committed May 27, 2022
1 parent 1de2ceb commit 42b04da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
object Versions {
private const val versionMajor = 2
private const val versionMinor = 0
private const val versionPatch = 1
private const val versionPatch = 2

const val minSdk = 28
const val targetSdk = 32
Expand All @@ -29,6 +29,7 @@ android {
versionName = Versions.generateVersionName()
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

setProperty("archivesBaseName", "${namespace}_${Versions.generateVersionName()}")
vectorDrawables {
useSupportLibrary = true
}
Expand Down

0 comments on commit 42b04da

Please sign in to comment.