Skip to content

Commit d9e6cdc

Browse files
committed
[Chore] (Gradle): Upgrade NDK to 27.3.13750724
1 parent f19cfd2 commit d9e6cdc

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/mg.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636

3737
- name: Install Android NDK
3838
run: |
39-
echo "y" | sdkmanager "ndk;27.1.12297006"
40-
echo "ndk.dir=$ANDROID_HOME/ndk/27.1.12297006" >> local.properties
39+
echo "y" | sdkmanager "ndk;27.3.13750724"
40+
echo "ndk.dir=$ANDROID_HOME/ndk/27.3.13750724" >> local.properties
4141
4242
- name: Change wrapper permissions
4343
run: chmod +x ./gradlew

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android {
77
namespace = "com.fcl.plugin.mobileglues"
88
compileSdk = 36
99

10-
ndkVersion = "27.1.12297006"
10+
ndkVersion = "27.3.13750724"
1111

1212
defaultConfig {
1313
applicationId = "com.fcl.plugin.mobileglues"

0 commit comments

Comments
 (0)