Skip to content

Commit 3f5bb6c

Browse files
committed
chore(deps): update all dependencies
| datasource | package | from | to | | -------------- | ------------------------------------------ | ----- | ----- | | gradle-version | gradle | 5.6.4 | 7.3.2 | | maven | androidx.constraintlayout:constraintlayout | 1.1.3 | 2.1.2 | | maven | com.android.tools.build:gradle | 3.6.3 | 7.0.4 |
1 parent 92e3cfd commit 3f5bb6c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646
implementation 'androidx.appcompat:appcompat:1.1.0'
4747
implementation 'androidx.core:core-ktx:1.2.0'
4848
implementation 'com.google.android.material:material:1.1.0'
49-
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
49+
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
5050

5151
// viewModels
5252
implementation "androidx.fragment:fragment-ktx:1.2.4"

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:3.6.3'
11+
classpath 'com.android.tools.build:gradle:7.0.4'
1212
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1313

1414
// NOTE: Do not place your application dependencies here; they belong

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.2-all.zip

0 commit comments

Comments
 (0)