File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ buildscript {
5
5
maven(" https://plugins.gradle.org/m2/" )
6
6
}
7
7
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 " )
10
10
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 " ))
12
12
}
13
13
}
14
14
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ android.useAndroidX=true
5
5
6
6
# Config
7
7
minSdk =21
8
- targetSdk =31
9
- coilVersion =2.0.0-rc01
8
+ targetSdk =32
9
+ coilVersion =2.0.0
10
10
11
11
GROUP =com.commit451.coiltransformations
12
12
# Overwritten by CI
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments