Skip to content

Commit ac44bc0

Browse files
committed
Material3
1 parent f6de6ec commit ac44bc0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ android {
2828

2929
dependencies {
3030
implementation 'androidx.appcompat:appcompat:1.4.1'
31-
implementation 'com.google.android.material:material:1.6.0'
31+
implementation 'com.google.android.material:material:1.6.1'
3232
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
3333
implementation 'androidx.preference:preference:1.2.0'
3434
implementation 'androidx.core:core:1.7.0'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
mavenCentral()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:7.1.2'
8+
classpath 'com.android.tools.build:gradle:7.2.1'
99
}
1010
}
1111

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Mon Aug 30 15:20:07 CST 2021
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)