Pass version information to AndroidManifest

Fixes #463
This commit is contained in:
Nicolas Fella
2021-10-24 22:49:33 +02:00
parent f2cf82ee8e
commit b6341eebfe
4 changed files with 108 additions and 2 deletions

View File

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