We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c26d35b commit 4d4f99eCopy full SHA for 4d4f99e
.github/workflows/publish.yml
@@ -30,7 +30,7 @@ jobs:
30
java-version: 17
31
32
- name: Setup Gradle
33
- uses: gradle/actions/setup-gradle@v3
+ uses: gradle/actions/setup-gradle@v4
34
35
- name: Cache Build Tooling
36
uses: actions/cache@v4
mmkv-kotlin/build.gradle.kts
@@ -72,7 +72,7 @@ kotlin {
72
73
android {
74
namespace = "com.ctrip.flight.mmkv"
75
- compileSdk = 35
+ compileSdk = 34
76
defaultConfig {
77
minSdk = 23
78
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
0 commit comments