Skip to content

Commit

Permalink
v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danhd123 committed Oct 26, 2020
1 parent 722008e commit 14a590a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ If you use `targetSdkVersion` version 29 or higher, you should add `android:requ

```groovy
dependencies {
implementation 'com.buglife.sdk:buglife-android:1.5.1'
implementation 'com.buglife.sdk:buglife-android:1.5.2'
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ allprojects {
ext {
PUBLISH_GROUP_ID = 'com.buglife.sdk'
PUBLISH_ARTIFACT_ID = 'buglife-android'
PUBLISH_VERSION_CODE = 54
PUBLISH_VERSION_NAME = '1.5.1'
PUBLISH_VERSION_CODE = 55
PUBLISH_VERSION_NAME = '1.5.2'
SUPPORT_VERSION = '28.0.0'
}

Expand Down

0 comments on commit 14a590a

Please sign in to comment.