Changelog and versions (country, human-verification)

This commit is contained in:
Mateusz Armatys 2021-10-29 15:25:04 +02:00
parent 586cbf6c9f
commit c57ef43999
3 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
## Country [1.16.1], Human-Verification [1.16.2]
29 Oct, 2021
Bug fixes
- Incorrect background in HV and country picker
## Presentation [1.18.1]
28 Oct, 2021

View File

@ -23,7 +23,7 @@ plugins {
kotlin("android")
}
libVersion = Version(1, 16, 0)
libVersion = Version(1, 16, 1)
android()

View File

@ -23,7 +23,7 @@ plugins {
kotlin("android")
}
libVersion = Version(1, 16, 1)
libVersion = Version(1, 16, 2)
android()