diff --git a/MAVEN_PUSH b/MAVEN_PUSH index 1e0d8370..383d7b7b 100644 --- a/MAVEN_PUSH +++ b/MAVEN_PUSH @@ -10,7 +10,7 @@ NEXUS_USERNAME=??? NEXUS_PASSWORD=??? 0. Ensure you're on master branch! -1. Update top level /gradle.properties as appropriate bumping the SDK version at the very least. Use semantic versioning http://semver.org/. Include SNAPSHOT in VERSION_NAME (e.g. 2.0.0-SNAPSHOT) to deploy debug snapshot for testing first +1. Update top level /gradle.properties as appropriate bumping the SDK version at the very least. Use semantic versioning http://semver.org/. Include SNAPSHOT in VERSION_NAME (e.g. 2.0.0-SNAPSHOT) to deploy debug snapshot for testing first. Also update KiteSDK.java version to reflect this. 2. If not a test/snapshot release then commit changes & git tag the project with VERSION_NAME specified in previous step i.e. 'git tag 2.0.0'. git push; git push --tags; 3. CLEAN THE PROJECT (otherwise cached files can be erroneously included) then run "./gradlew uploadArchives" to push to Maven Central diff --git a/gradle.properties b/gradle.properties index c63bffe8..88e96a1c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -VERSION_NAME=2.0.1 -VERSION_CODE=9 +VERSION_NAME=2.0.2 +VERSION_CODE=10 GROUP=ly.kite POM_DESCRIPTION=iOS Print SDK. Easily add print on demand functionality to your app within minutes! Print Postcards, Magnets, Photo Prints, Posters, Stickers, T-Shirts, PhotoBooks, etc. POM_URL=https://github.com/OceanLabs/Android-Print-SDK