We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b94cf commit 9a29514Copy full SHA for 9a29514
2 files changed
build.gradle
@@ -6,16 +6,14 @@
6
* SPDX-FileCopyrightText: 2023 Álvaro Brey <alvaro.brey@nextcloud.com>
7
* SPDX-License-Identifier: GPL-3.0-or-later
8
*/
9
-
10
-import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
11
12
// Top-level build file where you can add configuration options common to all sub-projects/modules.
13
14
buildscript {
15
ext {
16
kotlinVersion = '2.2.20'
17
commonsVersion = '2.3.7'
18
androidCommonsVersion = '1.1.0'
+ nextcloudAndroidCommonLib = "ab22edd0cf"
19
singleSignOnVersion = "17df25ce03d98b9d868249b41f7300bff6c54f3e"
20
}
21
repositories {
gradle.properties
@@ -13,4 +13,3 @@ kapt.incremental.apt=true
org.gradle.daemon=true
org.gradle.configuration-cache=true
-nextcloudAndroidCommonLib=ab22edd0cf
0 commit comments