1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Bump Android NDK (#662)

This commit is contained in:
Michael Goderbauer
2021-01-19 11:03:51 -08:00
committed by GitHub
parent 4d5b3a863e
commit b72fd311db

View File

@@ -5,7 +5,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
android {
ndkVersion "21.3.6528147"
ndkVersion "22.0.7026061"
compileSdkVersion 28
defaultConfig {
applicationId "dev.flutter.example.androidfullscreen"