mirror of
https://gitlab.com/foxixus/neomovies_mobile.git
synced 2025-10-28 01:18:50 +05:00
Disable explicit NDK version to avoid license issues
- Comment out ndkVersion specification in app/build.gradle.kts - Allows build to proceed without requiring NDK license acceptance - NDK will be automatically selected by Android Gradle Plugin if needed
This commit is contained in:
@@ -8,7 +8,7 @@ plugins {
|
|||||||
android {
|
android {
|
||||||
namespace = "com.neo.neomovies_mobile"
|
namespace = "com.neo.neomovies_mobile"
|
||||||
compileSdk = flutter.compileSdkVersion
|
compileSdk = flutter.compileSdkVersion
|
||||||
ndkVersion = "27.0.12077973"
|
// ndkVersion = "27.0.12077973" // Commented out to avoid license issues
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility = JavaVersion.VERSION_17
|
sourceCompatibility = JavaVersion.VERSION_17
|
||||||
|
|||||||
Reference in New Issue
Block a user