diff --git a/refilc/android/app/build.gradle b/refilc/android/app/build.gradle index 4437dee..8742755 100644 --- a/refilc/android/app/build.gradle +++ b/refilc/android/app/build.gradle @@ -40,6 +40,8 @@ def debugKeystorePropertiesFile = rootProject.file("debugkey.properties") debugKeystoreProperties.load(new FileInputStream(debugKeystorePropertiesFile)) android { + namespace = "hu.refilc.naplo" + ndkVersion "25.1.8937393" // compileSdkVersion rootProject.ext.compileSdkVersion diff --git a/refilc/android/app/src/main/AndroidManifest.xml b/refilc/android/app/src/main/AndroidManifest.xml index f22abc0..0b2193c 100644 --- a/refilc/android/app/src/main/AndroidManifest.xml +++ b/refilc/android/app/src/main/AndroidManifest.xml @@ -2,9 +2,6 @@ xmlns:tools="http://schemas.android.com/tools" package="hu.refilc.naplo"> -