Skip to content

Commit 1c871ba

Browse files
committed
Fix the CI/CD
1 parent 4d4f99e commit 1c871ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
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

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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`

mmkv-kotlin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)