mirror of
https://github.com/KDE/kasts.git
synced 2024-12-14 18:01:03 +01:00
226176f48c
This gives us more control over the files that are added to the apk
7 lines
159 B
Groovy
7 lines
159 B
Groovy
// SPDX-FileCopyrightText: 2021 Volker Krause <vkrause@kde.org>
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
ext {
|
|
projectVersionFull = "@PROJECT_VERSION@"
|
|
}
|