Skip to content

Commit b3a71e0

Browse files
committed
⬆️ Update version numbers to 1.0.0
1 parent 0b52edb commit b3a71e0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "com.sdsmdg.kd.trianglifyexample"
88
minSdkVersion 16
99
targetSdkVersion 25
10-
versionCode 0
11-
versionName "0.9-beta"
10+
versionCode 1
11+
versionName "1.0.0"
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1313
}
1414
buildTypes {

trianglify/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ext {
77

88
PUBLISH_GROUP_ID = 'com.sdsmdg.kd'
99
PUBLISH_ARTIFACT_ID = 'trianglify'
10-
PUBLISH_VERSION = '0.9-beta'
10+
PUBLISH_VERSION = '1.0.0'
1111

1212
publishedGroupId = 'com.sdsmdg.kd'
1313
libraryName = 'trianglify'
@@ -17,7 +17,7 @@ ext {
1717
gitUrl = 'https://github.com/sdsmdg/trianglify.git'
1818
githubRepository= 'sdsmdg/trianglify'
1919

20-
libraryVersion = '0.9-beta'
20+
libraryVersion = '1.0.0'
2121
libraryDescription = 'Generate beautiful view for android.'
2222

2323
developerId = 'sdsmdg'
@@ -37,7 +37,7 @@ android {
3737
minSdkVersion 16
3838
targetSdkVersion 25
3939
versionCode 0
40-
versionName "0.9-beta"
40+
versionName "1.0.0"
4141

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

0 commit comments

Comments
 (0)