Skip to content

Commit

Permalink
upload to jcenter(0.1.8) and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
yangzhiqian committed Jul 27, 2020
1 parent 31ceff8 commit 37a0642
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Change Log
### Version 0.1.8
- improve compatibility
- optimize hook proguard
- add checkIncrementalInDebug
- fix npe cased by refer-checker
-
### Version 0.1.7
- Optimize incremental build and fix bugs
- Fix memory leak in plugins
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Add those configuration code to your build.gradle, and apply your plugins on dem

```groovy
buildscript {
ext.plugin_version="0.1.7"
ext.plugin_version="0.1.8"
repositories {
google()
jcenter()
Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ ByteX是一个基于gradle transform api和ASM的字节码插件平台(或许

```groovy
buildscript {
ext.plugin_version="0.1.7"
ext.plugin_version="0.1.8"
repositories {
google()
jcenter()
Expand Down
2 changes: 1 addition & 1 deletion gradle/ext.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ext {
upload_password_snapshot = PASSWORD_SNAPSHOT
upload_maven_url_snapshot = UPLOAD_MAVEN_URL_SNAPSHOT
upload_group = 'com.bytedance.android.byteX'
upload_version = "0.1.7${(useSnapshotMaven.toBoolean() ? "-${doSh("git config user.name")}-SNAPSHOT" : "")}"
upload_version = "0.1.8${(useSnapshotMaven.toBoolean() ? "-${doSh("git config user.name")}-SNAPSHOT" : "")}"
upload_dir = project.rootProject.file('gradle_plugins').path
gradle_version = '3.5.3'
gson_version = '2.8.2'
Expand Down

0 comments on commit 37a0642

Please sign in to comment.