File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ android.useAndroidX=true
55
66# Config
77minSdk =21
8- targetSdk =31
9- coilVersion =2.0.0-rc01
8+ targetSdk =32
9+ coilVersion =2.0.0
1010
1111GROUP =com.commit451.coiltransformations
1212# Overwritten by CI
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments