Skip to content

Commit 25c4069

Browse files
committed
release 2.1.0
1 parent 6d7e948 commit 25c4069

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Change Log
22
==========
33

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+
412
Version 2.0.4 *(2019-08-13)*
513
----------------------------
614

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ org.gradle.configureondemand=true
1515
org.gradle.caching=true
1616
android.enableBuildCache=true
1717

18-
VERSION_NAME=2.0.4
19-
VERSION_CODE=13
18+
VERSION_NAME=2.1.0
19+
VERSION_CODE=14
2020

2121
COMPILE_SDK_VERSION=30
2222
TARGET_SDK_VERSION=30

0 commit comments

Comments
 (0)