From d9db91f8356a6aa6e5b50dc687f924213ae63605 Mon Sep 17 00:00:00 2001 From: Daniil Alekseev <55713843+Dapucla@users.noreply.github.com> Date: Wed, 11 Sep 2024 16:51:53 +0300 Subject: [PATCH] Update build.gradle --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 88f83f6..c8e5a10 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -26,7 +26,7 @@ if (flutterVersionName == null) { android { namespace = "com.example.geolocation_poc" compileSdk = flutter.compileSdkVersion - ndkVersion "26.1.10909125 + ndkVersion "26.1.10909125" compileOptions { sourceCompatibility = JavaVersion.VERSION_17