Skip to content

Commit

Permalink
Prepare for release 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarr21 committed Mar 30, 2022
1 parent 4bc63de commit 5976ad6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@

* `BasicComposeRouter` now auto-attaches child composable content

### Version 0.12.2

* Work around Bazel desugar issues
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ To integrate the recommended minimum setup for RIBs add the following to your `b

```gradle
dependencies {
annotationProcessor 'com.uber.rib:rib-compiler-test:0.12.1'
implementation 'com.uber.rib:rib-android:0.12.1'
testImplementation 'com.uber.rib:rib-test:0.12.1'
annotationProcessor 'com.uber.rib:rib-compiler-test:0.12.2'
implementation 'com.uber.rib:rib-android:0.12.2'
testImplementation 'com.uber.rib:rib-test:0.12.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion android/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.rib
VERSION_NAME=0.12.2-SNAPSHOT
VERSION_NAME=0.12.2
POM_DESCRIPTION=RIBs is the cross-platform architecture behind many mobile apps at Uber. This framework is designed for mobile apps with a large number of engineers and nested states.
POM_URL=https://github.com/uber/RIBs/
POM_SCM_URL=https://github.com/uber/RIBs/
Expand Down

0 comments on commit 5976ad6

Please sign in to comment.