Skip to content

Commit 2c05fd0

Browse files
update gradle
1 parent f8dc434 commit 2c05fd0

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

.idea/gradle.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ android {
2929

3030
dependencies {
3131
implementation fileTree(include: ['*.jar'], dir: 'libs')
32-
implementation 'androidx.appcompat:appcompat:1.4.1'
33-
implementation 'com.google.android.material:material:1.5.0'
34-
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
32+
implementation 'androidx.appcompat:appcompat:1.4.2'
33+
implementation 'com.google.android.material:material:1.6.1'
34+
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
3535
testImplementation 'junit:junit:4.13.2'
3636
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
3737
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
maven { url 'https://jitpack.io' }
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:7.0.4'
9+
classpath 'com.android.tools.build:gradle:7.2.1'
1010
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
1111

1212
// NOTE: Do not place your application dependencies here; they belong
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Sun Nov 14 18:01:03 IST 2021
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

scratchview/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ android {
2727
}
2828

2929
dependencies {
30-
implementation 'androidx.appcompat:appcompat:1.4.1'
31-
implementation 'com.google.android.material:material:1.5.0'
30+
implementation 'androidx.appcompat:appcompat:1.4.2'
31+
implementation 'com.google.android.material:material:1.6.1'
3232
testImplementation 'junit:junit:4.13.2'
3333
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
3434
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'

0 commit comments

Comments
 (0)