We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f16a10 commit db9091aCopy full SHA for db9091a
build.gradle
@@ -4,7 +4,7 @@ apply plugin: 'java'
4
apply plugin: 'com.diffplug.spotless'
5
6
group = 'co.unit.sdk'
7
-version = '1.0-SNAPSHOT'
+version = '0.0.1'
8
9
buildscript {
10
repositories {
@@ -91,7 +91,7 @@ if(hasProperty('target') && target == 'android') {
91
maven(MavenPublication) {
92
groupId = 'co.unit'
93
artifactId = 'java-sdk'
94
- version = "0.1-SNAPSHOT"
+ version = "0.1.1"
95
from components.java
96
97
pom {
0 commit comments