1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-11 08:22:56 +00:00

Bump gradle plugin to 7.3.1 and move package name fro manifest to gradle namespace

This commit is contained in:
Abel García de Prada
2022-12-13 19:00:10 +01:00
parent a877612fca
commit 7ceef58382
4 changed files with 4 additions and 4 deletions
+1
View File
@@ -39,4 +39,5 @@ android {
includeAndroidResources = true
}
}
namespace 'com.owncloud.android.lib'
}
@@ -23,8 +23,7 @@
-->
<manifest package="com.owncloud.android.lib"
xmlns:android="http://schemas.android.com/apk/res/android">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<!-- USE_CREDENTIALS, MANAGE_ACCOUNTS and AUTHENTICATE_ACCOUNTS are needed for API < 23.
In API >= 23 the do not exist anymore -->