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 1eb6c32 commit c162375Copy full SHA for c162375
CHANGELOG.md
@@ -1,6 +1,14 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## [0.48.1]
5
+
6
+### Updated
7
+- Updated compile and target sdk to 31
8
9
+### Added
10
+- Added various error logs
11
12
## [0.48.0]
13
14
### Changes
build.gradle
@@ -31,10 +31,10 @@ allprojects {
31
}
32
33
project.ext {
34
- sdkVersion='0.48.0'
+ sdkVersion='0.48.1'
35
versionCode=1
36
37
- compileSdkVersion=30
+ compileSdkVersion=31
38
minSdkVersion=21
39
targetSdkVersion=31
40
0 commit comments