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 .
- 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
run: |

View File

@ -9,7 +9,7 @@ android {
namespace 'emu.skyline'
compileSdkVersion 31
buildToolsVersion '31.0.0'
buildToolsVersion '33.0.0-rc2'
defaultConfig {
applicationId "skyline.emu"
@ -65,7 +65,7 @@ android {
}
/* NDK */
ndkVersion '24.0.7856742'
ndkVersion '25.0.8221429'
externalNativeBuild {
cmake {
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
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
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME