Auth Version and Changelog

This commit is contained in:
Mateusz Armatys 2021-11-08 13:46:34 +01:00
parent be84497a75
commit 88cce17b20
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
## Auth [1.18.3]
15 Nov, 2021
### Changes
- Added `LoginTestHelper` that can be used in instrumented tests to login, without the need to perform any UI actions
15 Nov, 2021
## Auth Presentation [1.18.2]

View File

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