Skip to content

Commit 0a668f5

Browse files
authored
Merge pull request #3 from Kotlin-Android-Open-Source/renovate/major-all-deps
chore(deps): update all dependencies (major)
2 parents e3bbb67 + 3f5bb6c commit 0a668f5

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
mavenCentral()
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)