File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 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
1411buildscript {
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 {
Original file line number Diff line number Diff line change @@ -13,4 +13,3 @@ kapt.incremental.apt=true
1313org.gradle.daemon =true
1414org.gradle.configuration-cache =true
1515
16- nextcloudAndroidCommonLib =ab22edd0cf
You can’t perform that action at this time.
0 commit comments