Skip to content

Commit

Permalink
Update ProGuardCORE version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjameshamilton committed Jul 3, 2023
1 parent 53b07e8 commit 18e7cc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion kmp-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jar {

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

// For some string utils.
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.0'
Expand Down
4 changes: 2 additions & 2 deletions kmp-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ test {
}

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

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

testImplementation(testFixtures("com.guardsquare:proguard-core:9.0.9"))
testImplementation(testFixtures("com.guardsquare:proguard-core:9.0.10"))
}

publishing {
Expand Down

0 comments on commit 18e7cc8

Please sign in to comment.