Skip to content

Commit

Permalink
Update ProGuardCORE version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjameshamilton committed Jan 13, 2023
1 parent 2374e42 commit 309aff5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions kmp-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ jar {

dependencies {
implementation project(path: ":kmp-library")
implementation('com.github.Guardsquare:proguard-core:4273954d97fe57893f9e02eee43d3781b5cc8726') {
exclude(group: 'com.guardsquare', module: 'proguard-core')
}
implementation('com.guardsquare:proguard-core-android:9.0.7')

// 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.guardsquare:proguard-core:9.0.5')
api('com.guardsquare:proguard-core:9.0.7')

testImplementation "org.jetbrains.kotlin:kotlin-stdlib:1.7.20"
testImplementation "org.jetbrains.kotlin:kotlin-reflect:1.7.20"
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.5"))
testImplementation(testFixtures("com.guardsquare:proguard-core:9.0.7"))
}

publishing {
Expand Down

0 comments on commit 309aff5

Please sign in to comment.