Skip to content

Commit

Permalink
version-1.1-snapshot-fix (#10)
Browse files Browse the repository at this point in the history
* update build.gradle

* update version - 0.1.1

* version

* udpdate to version 1.1-SNAPSHOT

* fix 1.1-snapshot
  • Loading branch information
axshani authored Dec 28, 2023
1 parent db9091a commit d903538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'java'
apply plugin: 'com.diffplug.spotless'

group = 'co.unit.sdk'
version = '0.0.1'
version = '1.1-SNAPSHOT'

buildscript {
repositories {
Expand Down Expand Up @@ -91,7 +91,7 @@ if(hasProperty('target') && target == 'android') {
maven(MavenPublication) {
groupId = 'co.unit'
artifactId = 'java-sdk'
version = "0.1.1"
version = '1.1-SNAPSHOT'
from components.java

pom {
Expand Down

0 comments on commit d903538

Please sign in to comment.