File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3636
3737dependencies {
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'
Original file line number Diff line number Diff line change 2424}
2525
2626dependencies {
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
4040publishing {
You can’t perform that action at this time.
0 commit comments