Skip to content

Commit c1308e7

Browse files
authored
Bump Spotless and Proguard (#921)
This proguard version now matches what is in libs.versions.toml Spotless is a patch update.
1 parent aae640d commit c1308e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/src/main/java/Dependencies.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ object LibsVersion {
1616
object Libs {
1717
fun agp(version: String) = "com.android.tools.build:gradle:$version"
1818
val AGP = "com.android.tools.build:gradle:${BuildPluginsVersion.AGP}"
19-
const val PROGUARD = "com.guardsquare:proguard-gradle:7.1.0"
19+
const val PROGUARD = "com.guardsquare:proguard-gradle:7.5.0"
2020
}
2121

2222
object CI {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ kotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
1818
kotlinSpring = { id = "org.jetbrains.kotlin.plugin.spring", version.ref = "kotlin" }
1919
kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "kotlin" }
2020
dokka = { id = "org.jetbrains.dokka", version = "1.8.10" }
21-
spotless = { id = "com.diffplug.spotless", version = "7.0.0" }
21+
spotless = { id = "com.diffplug.spotless", version = "7.0.4" }
2222
groovyGradlePlugin = { id = "dev.gradleplugins.groovy-gradle-plugin", version = "1.2" }
2323
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.27.0" }
2424
androidApplication = { id = "com.android.application", version.ref = "agp" }

0 commit comments

Comments
 (0)