Bump all libraries version to 1.15.0

This commit is contained in:
Vincent Brison 2021-09-07 14:56:41 +02:00
parent 77cf6f0771
commit eae528716f
65 changed files with 65 additions and 65 deletions

View File

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

View File

@ -27,7 +27,7 @@ plugins {
id("dagger.hilt.android.plugin")
}
libVersion = Version(1, 6, 0)
libVersion = Version(1, 15, 0)
android()

View File

@ -25,7 +25,7 @@ plugins {
kotlin("kapt")
}
libVersion = Version(1, 6, 0)
libVersion = Version(1, 15, 0)
android() {
defaultConfig {

View File

@ -25,7 +25,7 @@ plugins {
kotlin("kapt")
}
libVersion = Version(1, 6, 0)
libVersion = Version(1, 15, 0)
android()

View File

@ -23,7 +23,7 @@ plugins {
kotlin("jvm")
}
libVersion = Version(1, 6, 0)
libVersion = Version(1, 15, 0)
dependencies {

View File

@ -27,7 +27,7 @@ plugins {
id("dagger.hilt.android.plugin")
}
libVersion = Version(1, 6, 0)
libVersion = Version(1, 15, 0)
android(
useDataBinding = true

View File

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

View File

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

View File

@ -23,7 +23,7 @@ plugins {
kotlin("jvm")
}
libVersion = Version(1, 5, 2)
libVersion = Version(1, 15, 0)
dependencies {

View File

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

View File

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

View File

@ -24,7 +24,7 @@ plugins {
kotlin("jvm")
}
libVersion = Version(1, 7, 0)
libVersion = Version(1, 15, 0)
dependencies {

View File

@ -28,7 +28,7 @@ plugins {
id("dagger.hilt.android.plugin")
}
libVersion = Version(1, 7, 0)
libVersion = Version(1, 15, 0)
android(useDataBinding = true)

View File

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

View File

@ -25,7 +25,7 @@ plugins {
kotlin("plugin.serialization")
}
libVersion = Version(0, 1, 5)
libVersion = Version(1, 15, 0)
android()

View File

@ -23,7 +23,7 @@ plugins {
kotlin("jvm")
}
libVersion = Version(0, 1, 5)
libVersion = Version(1, 15, 0)
dependencies {
implementation(

View File

@ -27,7 +27,7 @@ plugins {
}
android(
version = Version(0, 5, 1),
version = Version(1, 15, 0),
useDataBinding = true
)
{

View File

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

View File

@ -24,7 +24,7 @@ plugins {
kotlin("plugin.serialization")
}
libVersion = Version(0, 1, 6)
libVersion = Version(1, 15, 0)
android()

View File

@ -23,7 +23,7 @@ plugins {
kotlin("jvm")
}
libVersion = Version(0, 1, 6)
libVersion = Version(1, 15, 0)
dependencies {

View File

@ -27,7 +27,7 @@ plugins {
id("dagger.hilt.android.plugin")
}
libVersion = Version(0, 1, 6)
libVersion = Version(1, 15, 0)
android(useDataBinding = true)

View File

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

View File

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

View File

@ -23,7 +23,7 @@ plugins {
kotlin("jvm")
}
libVersion = Version(1, 6, 3)
libVersion = Version(1, 15, 0)
dependencies {
implementation(

View File

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

View File

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

View File

@ -22,7 +22,7 @@ plugins {
kotlin("jvm")
}
libVersion = Version(1, 0, 5)
libVersion = Version(1, 15, 0)
dependencies {

View File

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

View File

@ -26,7 +26,7 @@ plugins {
kotlin("kapt")
}
libVersion = Version(1, 6, 0)
libVersion = Version(1, 15, 0)
android(minSdk = 23)

View File

@ -23,7 +23,7 @@ plugins {
kotlin("jvm")
}
libVersion = Version(1, 6, 0)
libVersion = Version(1, 15, 0)
dependencies {

View File

@ -27,7 +27,7 @@ plugins {
id("dagger.hilt.android.plugin")
}
libVersion = Version(1, 6, 0)
libVersion = Version(1, 15, 0)
android(useDataBinding = true)

View File

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

View File

@ -25,7 +25,7 @@ plugins {
kotlin("plugin.serialization")
}
libVersion = Version(1, 6, 3)
libVersion = Version(1, 15, 0)
android()

View File

@ -23,7 +23,7 @@ plugins {
kotlin("jvm")
}
libVersion = Version(1, 6, 3)
libVersion = Version(1, 15, 0)
dependencies {
implementation(

View File

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

View File

@ -24,7 +24,7 @@ plugins {
kotlin("plugin.serialization")
}
libVersion = Version(1, 6, 1)
libVersion = Version(1, 15, 0)
android()

View File

@ -23,7 +23,7 @@ plugins {
kotlin("jvm")
}
libVersion = Version(1, 6, 1)
libVersion = Version(1, 15, 0)
dependencies {

View File

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

View File

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

View File

@ -23,7 +23,7 @@ plugins {
kotlin("jvm")
}
libVersion = Version(1, 3, 2)
libVersion = Version(1, 15, 0)
dependencies {

View File

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

View File

@ -25,7 +25,7 @@ plugins {
kotlin("plugin.serialization")
}
libVersion = Version(1, 5, 4)
libVersion = Version(1, 15, 0)
android()

View File

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

View File

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

View File

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

View File

@ -23,7 +23,7 @@ plugins {
kotlin("jvm")
}
libVersion = Version(0, 2, 4)
libVersion = Version(1, 15, 0)
dependencies {

View File

@ -27,7 +27,7 @@ plugins {
id("dagger.hilt.android.plugin")
}
libVersion = Version(0, 2, 4)
libVersion = Version(1, 15, 0)
android(useDataBinding = true)

View File

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

View File

@ -24,7 +24,7 @@ plugins {
kotlin("plugin.serialization")
}
libVersion = Version(1, 5, 2)
libVersion = Version(1, 15, 0)
android()

View File

@ -23,7 +23,7 @@ plugins {
kotlin("jvm")
}
libVersion = Version(1, 5, 2)
libVersion = Version(1, 15, 0)
dependencies {

View File

@ -27,7 +27,7 @@ plugins {
id("dagger.hilt.android.plugin")
}
libVersion = Version(1, 5, 2)
libVersion = Version(1, 15, 0)
android(useDataBinding = true)

View File

@ -25,7 +25,7 @@ plugins {
kotlin("plugin.serialization")
}
libVersion = Version(1, 6, 1)
libVersion = Version(1, 15, 0)
android(useDataBinding = true)

View File

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

View File

@ -19,7 +19,7 @@
import studio.forface.easygradle.dsl.*
import studio.forface.easygradle.dsl.android.*
libVersion = Version(0, 6, 7)
libVersion = Version(1, 15, 0)
plugins {
id("com.android.library")

View File

@ -23,7 +23,7 @@ plugins {
kotlin("jvm")
}
libVersion = Version(0, 2, 1)
libVersion = Version(1, 15, 0)
dependencies {

View File

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

View File

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

View File

@ -23,7 +23,7 @@ plugins {
kotlin("jvm")
}
libVersion = Version(1, 7, 1)
libVersion = Version(1, 15, 0)
dependencies {

View File

@ -27,7 +27,7 @@ plugins {
id("dagger.hilt.android.plugin")
}
libVersion = Version(1, 7, 1)
libVersion = Version(1, 15, 0)
android(useDataBinding = true)

View File

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

View File

@ -25,7 +25,7 @@ plugins {
kotlin("plugin.serialization")
}
libVersion = Version(1, 6, 3)
libVersion = Version(1, 15, 0)
android()

View File

@ -23,7 +23,7 @@ plugins {
kotlin("jvm")
}
libVersion = Version(1, 6, 3)
libVersion = Version(1, 15, 0)
dependencies {
implementation(

View File

@ -25,7 +25,7 @@ plugins {
kotlin("plugin.serialization")
}
libVersion = Version(0, 2, 3)
libVersion = Version(1, 15, 0)
android()

View File

@ -25,7 +25,7 @@ plugins {
kotlin("plugin.serialization")
}
libVersion = Version(0, 2, 2)
libVersion = Version(1, 15, 0)
android()

View File

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