Skip to content

Commit

Permalink
Fix ndk version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pururun committed Dec 11, 2024
1 parent 4422c40 commit 8f1cc9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,6 @@ jobs:
- name: Fix HOME path
run: echo "HOME=/root" >> $GITHUB_ENV

- name: Print NDK_PROPERTIES
run: cat $ANDROID_NDK_HOME/source.properties

- name: Get date
id: get-date
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ android {
namespace = "net.mullvad.mullvadvpn"
compileSdk = Versions.compileSdkVersion
buildToolsVersion = Versions.buildToolsVersion
ndkVersion = "27.2.12479018"
ndkVersion = "27.1.12297006"

defaultConfig {
val localProperties = gradleLocalProperties(rootProject.projectDir, providers)
Expand Down

0 comments on commit 8f1cc9b

Please sign in to comment.