Wizard: update libraries versions

This commit is contained in:
Ilya Kirillov
2020-10-10 16:11:15 +03:00
parent fa8951c19e
commit 3ef12e32ee
9 changed files with 20 additions and 20 deletions
@@ -8,9 +8,9 @@ group = 'testGroupId'
version = '1.0-SNAPSHOT'
dependencies {
implementation 'com.google.android.material:material:1.2.0'
implementation 'com.google.android.material:material:1.2.1'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.constraintlayout:constraintlayout:2.0.2'
}
android {
@@ -8,9 +8,9 @@ group = "testGroupId"
version = "1.0-SNAPSHOT"
dependencies {
implementation("com.google.android.material:material:1.2.0")
implementation("com.google.android.material:material:1.2.1")
implementation("androidx.appcompat:appcompat:1.2.0")
implementation("androidx.constraintlayout:constraintlayout:1.1.3")
implementation("androidx.constraintlayout:constraintlayout:2.0.2")
}
android {
@@ -9,9 +9,9 @@ version = '1.0-SNAPSHOT'
dependencies {
implementation project(':shared')
implementation 'com.google.android.material:material:1.2.0'
implementation 'com.google.android.material:material:1.2.1'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.constraintlayout:constraintlayout:2.0.2'
}
android {
@@ -9,9 +9,9 @@ version = "1.0-SNAPSHOT"
dependencies {
implementation(project(":shared"))
implementation("com.google.android.material:material:1.2.0")
implementation("com.google.android.material:material:1.2.1")
implementation("androidx.appcompat:appcompat:1.2.0")
implementation("androidx.constraintlayout:constraintlayout:1.1.3")
implementation("androidx.constraintlayout:constraintlayout:2.0.2")
}
android {
@@ -30,13 +30,13 @@ kotlin {
}
androidMain {
dependencies {
implementation 'com.google.android.material:material:1.2.0'
implementation 'com.google.android.material:material:1.2.1'
}
}
androidTest {
dependencies {
implementation kotlin('test-junit')
implementation 'junit:junit:4.12'
implementation 'junit:junit:4.13'
}
}
iosMain {
@@ -28,13 +28,13 @@ kotlin {
}
val androidMain by getting {
dependencies {
implementation("com.google.android.material:material:1.2.0")
implementation("com.google.android.material:material:1.2.1")
}
}
val androidTest by getting {
dependencies {
implementation(kotlin("test-junit"))
implementation("junit:junit:4.12")
implementation("junit:junit:4.13")
}
}
val iosMain by getting
@@ -36,13 +36,13 @@ kotlin {
}
androidMain {
dependencies {
implementation 'com.google.android.material:material:1.2.0'
implementation 'com.google.android.material:material:1.2.1'
}
}
androidTest {
dependencies {
implementation kotlin('test-junit')
implementation 'junit:junit:4.12'
implementation 'junit:junit:4.13'
}
}
iosMain {
@@ -34,13 +34,13 @@ kotlin {
}
val androidMain by getting {
dependencies {
implementation("com.google.android.material:material:1.2.0")
implementation("com.google.android.material:material:1.2.1")
}
}
val androidTest by getting {
dependencies {
implementation(kotlin("test-junit"))
implementation("junit:junit:4.12")
implementation("junit:junit:4.13")
}
}
val iosMain by getting