diff --git a/android/app/build.gradle b/android/app/build.gradle index f5f3c64..bd932a8 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -32,7 +32,7 @@ if (keystorePropertiesFile.exists()) { android { compileSdkVersion 34 - ndkVersion flutter.ndkVersion + ndkVersion "27.0.12077973" compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 @@ -48,7 +48,7 @@ android { } defaultConfig { - minSdkVersion 21 + minSdkVersion 23 targetSdkVersion 34 ndk { debugSymbolLevel 'FULL' @@ -98,6 +98,7 @@ android { } } } + namespace 'com.vodemn.lightmeter' } flutter { diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml index e2f45ff..399f698 100644 --- a/android/app/src/debug/AndroidManifest.xml +++ b/android/app/src/debug/AndroidManifest.xml @@ -1,5 +1,4 @@ - +