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 8d33a36 commit 270f685Copy full SHA for 270f685
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## [0.47.0]
5
+
6
+### Changed
7
+- Updated build tools to 7.0.1
8
+- Updated firebase detector to use new mlkit on-device api's
9
10
## [0.46.0]
11
12
### Added
build.gradle
@@ -31,7 +31,7 @@ allprojects {
31
}
32
33
project.ext {
34
- sdkVersion='0.46.0'
+ sdkVersion='0.47.0'
35
versionCode=1
36
37
compileSdkVersion=30
0 commit comments