Skip to content
This repository was archived by the owner on Dec 18, 2022. It is now read-only.

Commit 84067c2

Browse files
committed
Prepare 2.1.2 release
1 parent 1db8cab commit 84067c2

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

docs/changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## Version 2.1.2 (2021-11-28)
4+
- Bump dependencies
5+
- Fixes PendingIntent flags for SDK 31+
6+
37
## Version 2.1.1 (2021-05-06)
48
- Bump dependencies
59

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ android.enableJetifier=true
2323
kotlin.code.style=official
2424

2525
GROUP=io.matthewnelson.topl-android
26-
VERSION_NAME=2.2.0-SNAPSHOT
26+
VERSION_NAME=2.1.2
2727

2828
# The trailing 2 digits are for `alpha##` releases. For example:
2929
# 4.4.1-alpha02 = 441102 where `102` stands for alpha02
3030
# 4.4.1-beta01 = 441201 where `201` stands for beta01
3131
# 4.4.1-rc01 = 441301 where `301` stands for rc01
32-
VERSION_CODE=220000
32+
VERSION_CODE=212000
3333

3434
POM_INCEPTION_YEAR=2020
3535

mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
extra:
22
topl_android:
3-
release: '2.1.1'
3+
release: '2.1.2'
44
next_release: '2.2.0'
55
social:
66
- icon: material/earth

0 commit comments

Comments
 (0)