We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d2873 commit 322f0adCopy full SHA for 322f0ad
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## [0.60.0-alpha02]
5
+
6
+### Changes
7
+- Add support for new Routing Targets API
8
9
## [0.60.0-alpha01]
10
11
### Breaking Changes
build.gradle
@@ -31,7 +31,7 @@ allprojects {
31
}
32
33
project.ext {
34
- sdkVersion='0.60.0-alpha01'
+ sdkVersion='0.60.0-alpha02'
35
versionCode=1
36
37
compileSdkVersion=31
0 commit comments