Update NDK (25.0.8221429) + Gradle (7.4.1) + Build Tools (33.0.0)

This commit is contained in:
PixelyIon 2022-03-29 13:56:36 +05:30
parent 08e24915d8
commit c84badb498
3 changed files with 5 additions and 5 deletions

View File

@ -36,7 +36,7 @@ jobs:
ln -s /usr/bin/ninja . ln -s /usr/bin/ninja .
- name: Install CMake & Android NDK - name: Install CMake & Android NDK
run: echo "yes" | $ANDROID_HOME/tools/bin/sdkmanager "cmake;3.18.1" "ndk;24.0.7856742" --channel=3 | grep -v = || true run: echo "yes" | $ANDROID_HOME/tools/bin/sdkmanager "cmake;3.18.1" "ndk;25.0.8221429" --channel=3 | grep -v = || true
- name: Android Lint - name: Android Lint
run: | run: |

View File

@ -9,7 +9,7 @@ android {
namespace 'emu.skyline' namespace 'emu.skyline'
compileSdkVersion 31 compileSdkVersion 31
buildToolsVersion '31.0.0' buildToolsVersion '33.0.0-rc2'
defaultConfig { defaultConfig {
applicationId "skyline.emu" applicationId "skyline.emu"
@ -65,7 +65,7 @@ android {
} }
/* NDK */ /* NDK */
ndkVersion '24.0.7856742' ndkVersion '25.0.8221429'
externalNativeBuild { externalNativeBuild {
cmake { cmake {
version '3.18.1+' version '3.18.1+'

View File

@ -1,6 +1,6 @@
#Sun Mar 06 15:49:50 GMT 2022 #Tue Mar 29 08:07:11 GMT 2022
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-bin.zip
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME