We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3de7718 commit b8a6f4aCopy full SHA for b8a6f4a
1 file changed
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
}
7
8
group = 'com.orisunlabs'
9
-version = '0.0.1'
+version = project.findProperty('version') ?: '0.0.1'
10
11
repositories {
12
mavenCentral()
0 commit comments