mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
android: Build native code with ndk r22
This commit is contained in:
parent
b483facc43
commit
37a0c30dde
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ apply plugin: 'com.android.application'
|
|||
android {
|
||||
compileSdkVersion 29
|
||||
buildToolsVersion "29.0.3"
|
||||
ndkVersion '21.3.6528147'
|
||||
ndkVersion "22.0.7026061"
|
||||
|
||||
flavorDimensions "variant"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue