File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8585 force-avd-creation : false
8686 emulator-options : -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
8787 disable-animations : true
88- script : ./gradlew :mmkv-kotlin:connectedDebugAndroidTest --stacktrace && adb uninstall com.ctrip.flight.mmkv.test
88+ script : ./gradlew :mmkv-kotlin:connectedDebugAndroidTest --stacktrace
8989
9090 - name : Upload Reports
9191 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 22
33- Date format: YYYY-MM-dd
44
5- ## v1.2.14/ 2024-08-24
5+ ## v1.2.14/ 2024-08-31
66
77* Fixed the function ` MMKV_KMP.withOpen `
88* Based on ` Kotlin 2.0.20 ` , ` MMKV 1.3.9 `
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ kotlin {
5555 }
5656 val androidMain by getting {
5757 dependencies {
58- implementation (libs.mmkv)
58+ api (libs.mmkv)
5959 }
6060 }
6161 val androidInstrumentedTest by getting {
You can’t perform that action at this time.
0 commit comments