diff --git a/app/build.gradle b/app/build.gradle index d95617132d..f13b1fe5c6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -73,6 +73,11 @@ android { // install this NDK version and Cmake to produce smaller APKs. Build will still work if not installed ndkVersion "${ndkEnv.get("NDK_VERSION")}" + + namespace 'com.owncloud.android' + testNamespace "${namespace}.test" + + defaultConfig { minSdkVersion 23 targetSdkVersion 30 diff --git a/app/src/androidTest/AndroidManifest.xml b/app/src/androidTest/AndroidManifest.xml index 6fd72cdb19..449453a43d 100644 --- a/app/src/androidTest/AndroidManifest.xml +++ b/app/src/androidTest/AndroidManifest.xml @@ -26,7 +26,6 @@ --> diff --git a/app/src/gplay/AndroidManifest.xml b/app/src/gplay/AndroidManifest.xml index a16b6be576..fc1db47e1b 100644 --- a/app/src/gplay/AndroidManifest.xml +++ b/app/src/gplay/AndroidManifest.xml @@ -17,8 +17,7 @@ along with this program. If not, see . --> + xmlns:tools="http://schemas.android.com/tools"> . --> + xmlns:tools="http://schemas.android.com/tools"> . --> + xmlns:tools="http://schemas.android.com/tools">