diff --git a/metadata/chat.seers.app.yml b/metadata/chat.seers.app.yml new file mode 100644 index 0000000000..c2f37740e3 --- /dev/null +++ b/metadata/chat.seers.app.yml @@ -0,0 +1,40 @@ +Categories: + - Connectivity +License: GPL-2.0-or-later +AuthorName: NAND +SourceCode: https://gitlab.com/nand-apps/seers-lodge +IssueTracker: https://gitlab.com/nand-apps/seers-lodge/-/issues +Changelog: https://gitlab.com/nand-apps/seers-lodge/-/blob/main/CHANGELOG.md + +AutoName: Seers Lodge + +RepoType: git +Repo: https://gitlab.com/nand-apps/seers-lodge.git +Binaries: https://gitlab.com/nand-apps/seers-lodge/-/releases/%v/downloads/SeersLodge-%v.apk + +Builds: + - versionName: 1.1.0 + versionCode: 3 + commit: 1.1.0 + subdir: composeApp + sudo: + - apt-get update + - apt-get install git-lfs wget unzip gcc g++ cmake autoconf automake libtool + pkg-config ninja-build yasm dpkg-dev + gradle: + - yes + rm: + - iosApp + prebuild: + - git lfs fetch + - git lfs pull + preassemble: + - buildAndroidNativeLibraries + +AllowedAPKSigningKeys: f0385c2195240e01d0800399e734a0573b7f52204900f6d65245ac37754d2fb5 + +AutoUpdateMode: Version +UpdateCheckMode: Tags +UpdateCheckData: composeApp/build.gradle.kts|appVersionCode = (\d+)||([\d.]+) +CurrentVersion: 1.1.0 +CurrentVersionCode: 3