Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #4 from kordlib/0.1.x
Browse files Browse the repository at this point in the history
Update version tags
  • Loading branch information
BartArys authored Jun 19, 2020
2 parents 4529f59 + 55e23c7 commit a15a822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repositories {
}

ext {
lib_version = System.getenv("CI_COMMIT_TAG") ?: System.getenv("CI_COMMIT_SHA") ?: System.getenv("VERSION") ?: "undefined"
lib_version = System.getenv("RELEASE_TAG") ?: System.getenv("GITHUB_SHA") ?: System.getenv("VERSION") ?: "undefined"
lib_group = 'com.gitlab.kordlib.kordx'
coroutines_version = '1.3.6'
koin_version = '2.1.5'
Expand Down

0 comments on commit a15a822

Please sign in to comment.