Skip to content

Commit 9a29514

Browse files
move nextcloudAndroidCommonLib to build.gradle
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent f3b94cf commit 9a29514

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,14 @@
66
* SPDX-FileCopyrightText: 2023 Álvaro Brey <alvaro.brey@nextcloud.com>
77
* SPDX-License-Identifier: GPL-3.0-or-later
88
*/
9-
10-
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
11-
129
// Top-level build file where you can add configuration options common to all sub-projects/modules.
1310

1411
buildscript {
1512
ext {
1613
kotlinVersion = '2.2.20'
1714
commonsVersion = '2.3.7'
1815
androidCommonsVersion = '1.1.0'
16+
nextcloudAndroidCommonLib = "ab22edd0cf"
1917
singleSignOnVersion = "17df25ce03d98b9d868249b41f7300bff6c54f3e"
2018
}
2119
repositories {

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ kapt.incremental.apt=true
1313
org.gradle.daemon=true
1414
org.gradle.configuration-cache=true
1515

16-
nextcloudAndroidCommonLib=ab22edd0cf

0 commit comments

Comments
 (0)