diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e96f0d3b..a24042927 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,3 +44,6 @@ * `BasicComposeRouter` now auto-attaches child composable content +### Version 0.12.2 + +* Work around Bazel desugar issues diff --git a/README.md b/README.md index 5da0ad24d..d0f3e725f 100644 --- a/README.md +++ b/README.md @@ -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' } ``` diff --git a/android/gradle.properties b/android/gradle.properties index ccc34f9a7..d45e0eb34 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -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/