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 {