Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jawnnypoo committed May 11, 2022
1 parent ed858fd commit 49119dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ buildscript {
maven("https://plugins.gradle.org/m2/")
}
dependencies {
classpath("com.android.tools.build:gradle:7.1.2")
classpath("org.jlleitschuh.gradle:ktlint-gradle:10.2.1")
classpath("com.android.tools.build:gradle:7.2.0")
classpath("org.jlleitschuh.gradle:ktlint-gradle:10.3.0")
classpath("com.vanniktech:gradle-maven-publish-plugin:0.19.0")
classpath(kotlin("gradle-plugin", version = "1.6.10"))
classpath(kotlin("gradle-plugin", version = "1.6.20"))
}
}

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ android.useAndroidX=true

# Config
minSdk=21
targetSdk=31
coilVersion=2.0.0-rc01
targetSdk=32
coilVersion=2.0.0

GROUP=com.commit451.coiltransformations
# Overwritten by CI
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 49119dc

Please sign in to comment.