Expose version string in embedded SwiftPM and AAR (#3144)

* Expose version string in embedded SwiftPM and AAR

Implements https://github.com/element-hq/element-call/issues/3143

* Fix filename

* Fix location of `Version.kt`

* Use the right path for the sed replacement in the publishing workflow for Android

---------

Co-authored-by: Jorge Martín <jorgem@element.io>
This commit is contained in:
Hugh Nimmo-Smith
2025-03-31 14:55:20 +01:00
committed by GitHub
parent d12d616e28
commit e4c222a4e8
3 changed files with 26 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
/*
* Copyright 2025 New Vector Ltd.
*
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
* Please see LICENSE files in the repository root for full details.
*/
const val VERSION = "0.0.0"