Skip to content

Commit 49119dc

Browse files
committed
Update dependencies
1 parent ed858fd commit 49119dc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ buildscript {
55
maven("https://plugins.gradle.org/m2/")
66
}
77
dependencies {
8-
classpath("com.android.tools.build:gradle:7.1.2")
9-
classpath("org.jlleitschuh.gradle:ktlint-gradle:10.2.1")
8+
classpath("com.android.tools.build:gradle:7.2.0")
9+
classpath("org.jlleitschuh.gradle:ktlint-gradle:10.3.0")
1010
classpath("com.vanniktech:gradle-maven-publish-plugin:0.19.0")
11-
classpath(kotlin("gradle-plugin", version = "1.6.10"))
11+
classpath(kotlin("gradle-plugin", version = "1.6.20"))
1212
}
1313
}
1414

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ android.useAndroidX=true
55

66
# Config
77
minSdk=21
8-
targetSdk=31
9-
coilVersion=2.0.0-rc01
8+
targetSdk=32
9+
coilVersion=2.0.0
1010

1111
GROUP=com.commit451.coiltransformations
1212
# Overwritten by CI
+1-1
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.4.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)