kasts/android/version.gradle.in
Tobias Fella e4dad51deb Add custom android Activity
Doesn't do anything yet, but we're going to need it for the android
integration
2021-10-25 19:46:15 +02:00

7 lines
159 B
Groovy

// SPDX-FileCopyrightText: 2021 Volker Krause <vkrause@kde.org>
// SPDX-License-Identifier: BSD-3-Clause
ext {
projectVersionFull = "@PROJECT_VERSION@"
}