Skip to content

Commit 8e0f3a6

Browse files
committed
chore(deps): update all dependencies
| datasource | package | from | to | | -------------- | -------------------------------------------- | ----- | ----- | | gradle-version | gradle | 7.3 | 7.3.1 | | maven | com.diffplug.spotless:spotless-plugin-gradle | 6.0.0 | 6.0.1 |
1 parent 805264e commit 8e0f3a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515
dependencies {
1616
classpath("com.android.tools.build:gradle:7.0.3")
1717
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
18-
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.0.0")
18+
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.0.1")
1919
classpath("dev.ahmedmourad.nocopy:nocopy-gradle-plugin:1.4.0")
2020
classpath("org.jacoco:org.jacoco.core:0.8.7")
2121
classpath("com.vanniktech:gradle-android-junit-jacoco-plugin:0.17.0-SNAPSHOT")
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-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)