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 ee75713 commit 81b64c4Copy full SHA for 81b64c4
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## [0.35.0]
5
+
6
+### Changes
7
+- Various structural changes
8
9
## [0.34.4]
10
11
### Changes
build.gradle
@@ -1,5 +1,5 @@
buildscript {
- ext.kotlin_version = "1.4.31"
+ ext.kotlin_version = "1.4.32"
repositories {
google()
@@ -29,7 +29,7 @@ allprojects {
29
}
30
31
project.ext {
32
- sdkVersion='0.34.4'
+ sdkVersion='0.35.0'
33
versionCode=1
34
35
compileSdkVersion=30
0 commit comments