Skip to content

Commit 7917b66

Browse files
committed
Bump Proguard and BuildConfig
1 parent 4371ad2 commit 7917b66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ shadow = { id = "com.github.johnrengelman.shadow", version = "7.1.2" }
2626
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.17.0" }
2727
androidApplication = { id = "com.android.application", version.ref = "agp" }
2828
androidLibrary = { id = "com.android.library", version.ref = "agp" }
29-
buildConfig = { id = "com.github.gmazzo.buildconfig", version = "3.1.0" }
29+
buildConfig = { id = "com.github.gmazzo.buildconfig", version = "4.2.0" }
3030
springBoot = { id = "org.springframework.boot", version = "2.7.4" }
3131
springDependencyManagement = { id = "io.spring.dependency-management", version = "1.0.11.RELEASE" }
3232

3333
[libraries]
3434
junit = { group = "junit", name = "junit", version = "4.13.2" }
35-
proguard = { group = "com.guardsquare", name = "proguard-gradle", version = "7.1.0" }
35+
proguard = { group = "com.guardsquare", name = "proguard-gradle", version = "7.6.0" }
3636
# this allows us to develop against a fixed version of Gradle, as opposed to depending on the
3737
# locally available version. kotlin-gradle-plugin follows the same approach.
3838
# More info: https://docs.nokee.dev/manual/gradle-plugin-development-plugin.html

0 commit comments

Comments
 (0)