Skip to content

Commit

Permalink
Bumped SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
dbotha committed Jul 27, 2015
1 parent 4b47bf9 commit 1d99cda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MAVEN_PUSH
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions 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
Expand Down

0 comments on commit 1d99cda

Please sign in to comment.