diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 139ed03..bad99e0 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -8,7 +8,7 @@ plugins { android { namespace = "com.neo.neomovies_mobile" compileSdk = flutter.compileSdkVersion - ndkVersion = "27.0.12077973" + // ndkVersion = "27.0.12077973" // Commented out to avoid license issues compileOptions { sourceCompatibility = JavaVersion.VERSION_17