Bump auth and presentation modules version

This commit is contained in:
dkadrikj 2021-11-05 12:13:48 +01:00
parent 25a86693f1
commit 49455ce3ab
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
- Plans now support the latest UI design changes. - Plans now support the latest UI design changes.
### No Breaking changes, clients can just update to the latest versions. ### No Breaking changes, clients can just update to the latest versions.
### Note: Clients should upgrade to Presentation v1.18.2 ### Note: Clients should upgrade to Presentation v1.18.3
## Auth [1.17.6] ## Auth [1.17.6]

View File

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

View File

@ -26,7 +26,7 @@ plugins {
id("kotlin-parcelize") id("kotlin-parcelize")
} }
libVersion = Version(1, 18, 2) libVersion = Version(1, 18, 3)
android(useViewBinding = true) android(useViewBinding = true)