Skip to content

Commit

Permalink
Merge pull request #53 from trustedshops-public/develop
Browse files Browse the repository at this point in the history
MAD-286: version is defined twice for some strange reason, need to be…
  • Loading branch information
irockel authored Jan 10, 2024
2 parents 2822566 + 6f7ddb0 commit 225a1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import java.io.FileInputStream
import java.util.*

group = "io.github.trustedshops-public"
version = "1.0.0-SNAPSHOT"
version = System.getenv("DEPLOY_VERSION") ?: "1.0.0-SNAPSHOT"

plugins {
id("com.android.library")
Expand Down

0 comments on commit 225a1d7

Please sign in to comment.