Wizard: update libraries versions
This commit is contained in:
+2
-2
@@ -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 {
|
||||
|
||||
+2
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user