You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Skip x86/x86_64 builds for faster CI (only ARM devices are supported)
sed -i 's/ndkVersion = "27.3.13750724"/ndkVersion = "27.3.13750724"\n ndk {\n \/\/ Only build for ARM architectures (skip x86\/x86_64 which are for emulators)\n abiFilters += listOf("arm64-v8a", "armeabi-v7a")\n }/' MobileGlues/build.gradle.kts