move nextcloudAndroidCommonLib to build.gradle

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky
2025-10-08 08:20:59 +02:00
parent f3b94cf599
commit 9a2951449f
2 changed files with 1 additions and 4 deletions

View File

@ -6,9 +6,6 @@
* SPDX-FileCopyrightText: 2023 Álvaro Brey <alvaro.brey@nextcloud.com>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
@ -16,6 +13,7 @@ buildscript {
kotlinVersion = '2.2.20'
commonsVersion = '2.3.7'
androidCommonsVersion = '1.1.0'
nextcloudAndroidCommonLib = "ab22edd0cf"
singleSignOnVersion = "17df25ce03d98b9d868249b41f7300bff6c54f3e"
}
repositories {

View File

@ -13,4 +13,3 @@ kapt.incremental.apt=true
org.gradle.daemon=true
org.gradle.configuration-cache=true
nextcloudAndroidCommonLib=ab22edd0cf