Skip to content

Commit

Permalink
Add project version to gradle properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Bdegraaf1234 committed May 8, 2024
1 parent ea2aa8d commit 1c2b5d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ allprojects {
ext.issueUrl = 'https://github.com/' + githubRepoName + '/issues'
ext.website = 'http://radar-base.org'

version = "1.2.4"
version = "$project_version"
group = 'org.radarbase'

ext.versionCode = 52
Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ android.jetifier.ignorelist=jackson-core-2.16.1.jar
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

project_version=1.2.5

java_version=17
kotlin_version=1.9.23
gradle_version=8.7
Expand Down

0 comments on commit 1c2b5d6

Please sign in to comment.