diff --git a/metadata/com.Sommerlichter.social.yml b/metadata/com.Sommerlichter.social.yml index ab6b49fb23..07fa8ad4f5 100644 --- a/metadata/com.Sommerlichter.social.yml +++ b/metadata/com.Sommerlichter.social.yml @@ -1,13 +1,18 @@ Categories: - Internet -License: CC0-1.0 -SourceCode: https://git.koyu.space/koyu/koyuspace-app -IssueTracker: https://git.koyu.space/koyu/koyuspace-app/issues -Changelog: https://git.koyu.space/koyu/koyuspace-app/releases -LiberapayID: '28700' +License: GPL-3.0-only +AuthorName: koyu.space +AuthorWebSite: https://koyu.space +SourceCode: https://github.com/koyuspace/android-native +IssueTracker: https://github.com/koyuspace/android-native/issues +Changelog: https://github.com/koyuspace/android-native/releases +Donate: https://creapaid.com/koyuspace AutoName: koyu.space +RepoType: git +Repo: https://github.com/koyuspace/android-native + Builds: - versionName: '1.2' versionCode: 1200 @@ -44,9 +49,20 @@ Builds: gradle: - yes -AutoUpdateMode: None -UpdateCheckMode: None -CurrentVersion: 1.4.0 -CurrentVersionCode: 1400 + - versionName: '3.3' + versionCode: 3300 + commit: 3a34a6ccf4fcac1e6f97690e561b94999062ec9f + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk + - update-alternatives --auto java + gradle: + - husky + - blue -NoSourceSince: 1.4.0 +AutoUpdateMode: Version +UpdateCheckMode: Tags +UpdateCheckName: Ignore +CurrentVersion: '3.3' +CurrentVersionCode: 3300