File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply plugin: 'java'
44apply plugin : ' com.diffplug.spotless'
55
66group = ' co.unit.sdk'
7- version = ' 1.1-SNAPSHOT '
7+ version = ' 0.0.1 '
88
99buildscript {
1010 repositories {
@@ -91,7 +91,7 @@ if(hasProperty('target') && target == 'android') {
9191 maven(MavenPublication ) {
9292 groupId = ' co.unit'
9393 artifactId = ' java-sdk'
94- version = ' 1.1-SNAPSHOT '
94+ version = ' 0.0.1 '
9595 from components. java
9696
9797 pom {
@@ -104,7 +104,7 @@ if(hasProperty('target') && target == 'android') {
104104 repositories {
105105 maven {
106106 name = " OSSRH"
107- url = " https://s01.oss.sonatype.org/content/repositories/snapshots /"
107+ url = " https://s01.oss.sonatype.org/content/repositories/releases /"
108108 credentials {
109109 username = System . getenv(" MAVEN_USERNAME" )
110110 password = System . getenv(" MAVEN_PASSWORD" )
You can’t perform that action at this time.
0 commit comments