File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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'
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
You can’t perform that action at this time.
0 commit comments