Skip to content

Commit

Permalink
⬆️ Update version numbers to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
suyashmahar committed May 25, 2017
1 parent 0b52edb commit b3a71e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.sdsmdg.kd.trianglifyexample"
minSdkVersion 16
targetSdkVersion 25
versionCode 0
versionName "0.9-beta"
versionCode 1
versionName "1.0.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
6 changes: 3 additions & 3 deletions trianglify/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ext {

PUBLISH_GROUP_ID = 'com.sdsmdg.kd'
PUBLISH_ARTIFACT_ID = 'trianglify'
PUBLISH_VERSION = '0.9-beta'
PUBLISH_VERSION = '1.0.0'

publishedGroupId = 'com.sdsmdg.kd'
libraryName = 'trianglify'
Expand All @@ -17,7 +17,7 @@ ext {
gitUrl = 'https://github.com/sdsmdg/trianglify.git'
githubRepository= 'sdsmdg/trianglify'

libraryVersion = '0.9-beta'
libraryVersion = '1.0.0'
libraryDescription = 'Generate beautiful view for android.'

developerId = 'sdsmdg'
Expand All @@ -37,7 +37,7 @@ android {
minSdkVersion 16
targetSdkVersion 25
versionCode 0
versionName "0.9-beta"
versionName "1.0.0"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit b3a71e0

Please sign in to comment.