mirror of
https://github.com/nextcloud/notes-android.git
synced 2026-01-13 20:18:49 +00:00
move nextcloudAndroidCommonLib to build.gradle
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
@ -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 {
|
||||
|
||||
@ -13,4 +13,3 @@ kapt.incremental.apt=true
|
||||
org.gradle.daemon=true
|
||||
org.gradle.configuration-cache=true
|
||||
|
||||
nextcloudAndroidCommonLib=ab22edd0cf
|
||||
|
||||
Reference in New Issue
Block a user