Rebase master

Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
alperozturk 2024-03-04 11:50:24 +01:00 committed by Alper Öztürk
parent bab532149d
commit bed4fb1ee5
2 changed files with 1 additions and 7 deletions

View File

@ -18,4 +18,4 @@ org.gradle.parallel=true
org.gradle.configureondemand=true
# Needed for local libs
org.gradle.dependency.verification=lenient
# org.gradle.dependency.verification=lenient

View File

@ -14,9 +14,3 @@ include ':appscan'
// substitute module('com.github.nextcloud:android-library') using project(':library')
// }
//}
includeBuild('/Users/alperozturk/Desktop/nextcloud/nextcloud_android_library') {
dependencySubstitution {
substitute module('com.github.nextcloud:android-library') using project(':library')
}
}