Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 7ceef58

Browse files
committed
Bump gradle plugin to 7.3.1 and move package name fro manifest to gradle namespace
1 parent a877612 commit 7ceef58

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
}
1212
dependencies {
1313
classpath "org.jlleitschuh.gradle:ktlint-gradle:11.0.0"
14-
classpath 'com.android.tools.build:gradle:7.1.3'
14+
classpath 'com.android.tools.build:gradle:7.3.1'
1515
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$orgJetbrainsKotlin"
1616
}
1717
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

owncloudComLibrary/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ android {
3939
includeAndroidResources = true
4040
}
4141
}
42+
namespace 'com.owncloud.android.lib'
4243
}

owncloudComLibrary/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
2424
-->
2525

26-
<manifest package="com.owncloud.android.lib"
27-
xmlns:android="http://schemas.android.com/apk/res/android">
26+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
2827

2928
<!-- USE_CREDENTIALS, MANAGE_ACCOUNTS and AUTHENTICATE_ACCOUNTS are needed for API < 23.
3029
In API >= 23 the do not exist anymore -->

0 commit comments

Comments
 (0)