Skip to content

Commit 14d4e6a

Browse files
authored
Merge branch 'master' into renovate/com.google.dagger-hilt-android-2.x
2 parents 6d8ca2d + b038567 commit 14d4e6a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ buildscript {
1212
gradlePluginPortal()
1313
}
1414
dependencies {
15-
classpath "com.android.tools.build:gradle:7.0.3"
15+
classpath "com.android.tools.build:gradle:7.0.4"
1616
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1717
classpath "com.google.dagger:hilt-android-gradle-plugin:$dagger_hilt_version"
18-
classpath "com.diffplug.spotless:spotless-plugin-gradle:6.0.0"
18+
classpath "com.diffplug.spotless:spotless-plugin-gradle:6.0.4"
1919

2020
// NOTE: Do not place your application dependencies here; they belong
2121
// in the individual module build.gradle files
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)