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 6d7e948 commit 25c4069Copy full SHA for 25c4069
CHANGELOG.md
@@ -1,6 +1,14 @@
1
Change Log
2
==========
3
4
+Version 2.1.0 *(2020-09-21)*
5
+----------------------------
6
+
7
+* Update
8
+ * Kotlin to 1.3.72
9
+ * The targetSdkVersion from 28 to 30
10
+ * The compileSdkVersion from 28 to 30
11
12
Version 2.0.4 *(2019-08-13)*
13
----------------------------
14
gradle.properties
@@ -15,8 +15,8 @@ org.gradle.configureondemand=true
15
org.gradle.caching=true
16
android.enableBuildCache=true
17
18
-VERSION_NAME=2.0.4
19
-VERSION_CODE=13
+VERSION_NAME=2.1.0
+VERSION_CODE=14
20
21
COMPILE_SDK_VERSION=30
22
TARGET_SDK_VERSION=30
0 commit comments