Skip to content

Commit 81b64c4

Browse files
committed
bump version
1 parent ee75713 commit 81b64c4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [0.35.0]
5+
6+
### Changes
7+
- Various structural changes
8+
49
## [0.34.4]
510

611
### Changes

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = "1.4.31"
2+
ext.kotlin_version = "1.4.32"
33

44
repositories {
55
google()
@@ -29,7 +29,7 @@ allprojects {
2929
}
3030

3131
project.ext {
32-
sdkVersion='0.34.4'
32+
sdkVersion='0.35.0'
3333
versionCode=1
3434

3535
compileSdkVersion=30

0 commit comments

Comments
 (0)