This repository was archived by the owner on Mar 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -39,4 +39,5 @@ android {
3939 includeAndroidResources = true
4040 }
4141 }
42+ namespace ' com.owncloud.android.lib'
4243}
Original file line number Diff line number Diff line change 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 -->
You can’t perform that action at this time.
0 commit comments