Skip to content

Commit

Permalink
set PUBLISH_VERSION from gradle.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
delokura666 committed Feb 2, 2022
1 parent d0d3c95 commit 4f28167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion propellerads-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

ext {
PUBLISH_GROUP_ID = 'com.propellerads'
PUBLISH_VERSION = '1.0.1'
PUBLISH_VERSION = "${publishVersion}"
PUBLISH_ARTIFACT_ID = 'sdk'
}

Expand Down

0 comments on commit 4f28167

Please # to comment.