Bump previous release to retrigger release

This commit is contained in:
Vincent Brison 2021-11-22 14:12:08 +01:00
parent 5c785f61e9
commit de3dbf4565
6 changed files with 8 additions and 8 deletions

View File

@ -1,11 +1,11 @@
## Auth [1.18.4], Network [1.15.8], Util Kotlin [1.15.3]
## Auth [1.18.5], Network [1.15.9], Util Kotlin [1.15.4]
22 Nov, 2021
### Dependencies
- Contact 1.19.2
- Payment 1.17.4
- Contact 1.19.3
- Payment 1.17.5
### Changes

View File

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

View File

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

View File

@ -23,7 +23,7 @@ plugins {
kotlin("android")
}
libVersion = Version(1, 15, 8)
libVersion = Version(1, 15, 9)
android()

View File

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

View File

@ -24,7 +24,7 @@ plugins {
kotlin("plugin.serialization")
}
libVersion = Version(1, 15, 3)
libVersion = Version(1, 15, 4)
dependencies {