Bump versions for libraries that use `presentation` module

This commit is contained in:
Mateusz Armatys 2021-11-16 12:57:49 +01:00
parent 4b318c9ee5
commit 4d14921849
8 changed files with 23 additions and 7 deletions

View File

@ -1,3 +1,19 @@
## Binary incompatibility bump
16 Nov, 2021
### Changes
- fix binary incompatibility — bump version for all libraries that use `presentation` module
### Dependencies
- AccountManager 1.16.2
- Country 1.16.2
- EventManager 1.18.1
- HumanVerification 1.16.3
- Payment 1.17.3
- Plan 1.18.1
## Auth [1.18.3]
15 Nov, 2021

View File

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

View File

@ -29,7 +29,7 @@ plugins {
}
android(
version = Version(1, 18, 1),
version = Version(1, 18, 2),
useViewBinding = true
)
{

View File

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

View File

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

View File

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

View File

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

View File

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