Skip to content

Commit 18e7cc8

Browse files
Update ProGuardCORE version
1 parent 53b07e8 commit 18e7cc8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

kmp-cli/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jar {
3636

3737
dependencies {
3838
implementation project(path: ":kmp-library")
39-
implementation('com.github.Guardsquare:proguard-core:2f57960374')
39+
implementation('com.guardsquare:proguard-core:9.0.10')
40+
implementation('com.guardsquare:proguard-core-android:9.0.10')
4041

4142
// For some string utils.
4243
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.0'

kmp-library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ test {
2424
}
2525

2626
dependencies {
27-
api('com.github.Guardsquare:proguard-core:2f57960374')
27+
api('com.guardsquare:proguard-core:9.0.10')
2828

2929
testImplementation "org.jetbrains.kotlin:kotlin-stdlib:1.9.0-RC"
3030
testImplementation "org.jetbrains.kotlin:kotlin-reflect:1.9.0-RC"
@@ -34,7 +34,7 @@ dependencies {
3434
testImplementation 'io.kotest:kotest-property-jvm:5.4.2' // for kotest property test
3535
testImplementation 'io.mockk:mockk:1.12.8' // for mocking
3636

37-
testImplementation(testFixtures("com.guardsquare:proguard-core:9.0.9"))
37+
testImplementation(testFixtures("com.guardsquare:proguard-core:9.0.10"))
3838
}
3939

4040
publishing {

0 commit comments

Comments
 (0)