diff --git a/android/app/build.gradle b/android/app/build.gradle index ad3e1796e..534e44930 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -37,7 +37,9 @@ def _keyAlias = System.getenv("KEY_ALIAS") ?: keystoreProperties["keyAlias"] def _keyPassword = System.getenv("KEY_PASSWORD") ?: keystoreProperties["keyPassword"] android { - compileSdkVersion flutter.compileSdkVersion + compileSdkVersion 34 + + namespace 'com.orz12.PiliPalaX' ndkVersion flutter.ndkVersion compileOptions {