fix ndk warning
This commit is contained in:
@@ -26,7 +26,8 @@ if (flutterVersionName == null) {
|
|||||||
android {
|
android {
|
||||||
namespace = "me.movenext.bang_navigator"
|
namespace = "me.movenext.bang_navigator"
|
||||||
compileSdk = 35
|
compileSdk = 35
|
||||||
ndkVersion = flutter.ndkVersion
|
//Temporary fix
|
||||||
|
ndkVersion = "27.0.12077973" //flutter.ndkVersion
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility JavaVersion.VERSION_17
|
sourceCompatibility JavaVersion.VERSION_17
|
||||||
|
|||||||
Reference in New Issue
Block a user