Skip to content

Commit

Permalink
Prepare for release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kbabcockuf committed Feb 9, 2022
1 parent fe5f023 commit 2162cc8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,9 @@ Version 1.2.1
----------------------------

* Jetify dependencies, migrate to androidx

Version 1.2.2
----------------------------

* Android 12 and JDK 11

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Available on Maven Central:

```gradle
dependencies {
implementation 'com.uber.rxcentralble:rx-central-ble:1.2.1'
implementation 'com.uber.rxcentralble:rx-central-ble:1.2.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# org.gradle.parallel=true

GROUP=com.uber.rxcentralble
VERSION_NAME=1.2.1-SNAPSHOT
VERSION_NAME=1.2.2
POM_DESCRIPTION=RxCentralBle
POM_URL=https://github.com/uber/RxCentralBle/
POM_SCM_URL=https://github.com/uber/RxCentralBle/
Expand Down

0 comments on commit 2162cc8

Please sign in to comment.