From 60d6b1effc8a5e6c95a102fc48587b6635ba1782 Mon Sep 17 00:00:00 2001 From: inventory69 Date: Fri, 26 Dec 2025 15:35:51 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20F-Droid=20metadata=20for?= =?UTF-8?q?=20v1.1.1=20release=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- metadata/dev.dettmer.simplenotes.yml | 36 ++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 metadata/dev.dettmer.simplenotes.yml diff --git a/metadata/dev.dettmer.simplenotes.yml b/metadata/dev.dettmer.simplenotes.yml new file mode 100644 index 0000000..2ea908c --- /dev/null +++ b/metadata/dev.dettmer.simplenotes.yml @@ -0,0 +1,36 @@ +Categories: + - Writing +License: MIT +AuthorName: Liq Dettmer +AuthorEmail: liq@dettmer.dev +AuthorWebSite: https://dettmer.dev +SourceCode: https://github.com/inventory69/simple-notes-sync +IssueTracker: https://github.com/inventory69/simple-notes-sync/issues +Changelog: https://github.com/inventory69/simple-notes-sync/releases + +AutoName: Simple Notes Sync + +RepoType: git +Repo: https://github.com/inventory69/simple-notes-sync.git + +Builds: + - versionName: 1.1.1 + versionCode: 3 + commit: v1.1.1 + subdir: android/app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - fdroid + srclibs: + - reproducible-apk-tools@v0.2.8 + prebuild: sed -i -e '/signingConfig/d' build.gradle.kts + scandelete: + - android/gradle/wrapper + +AutoUpdateMode: Version +UpdateCheckMode: Tags +CurrentVersion: 1.1.1 +CurrentVersionCode: 3