From 3626bd10d344085ef6907e46f1b3f1a75ef6569f Mon Sep 17 00:00:00 2001 From: linsui Date: Sun, 4 Dec 2022 14:44:10 +0800 Subject: [PATCH] DAAP: 1.0.1 --- metadata/org.mult.daap.yml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/metadata/org.mult.daap.yml b/metadata/org.mult.daap.yml index c3f7a077b1..c3b33fa410 100644 --- a/metadata/org.mult.daap.yml +++ b/metadata/org.mult.daap.yml @@ -11,21 +11,14 @@ Description: |- Client for DAAP (Digital Audio Access Protocol) servers. Supports streaming, queuing, playlists, and searching. +RepoType: git +Repo: https://github.com/chrismiceli/daap-client.git + Builds: - versionName: .9.1 versionCode: 30 commit: '62' - - versionName: .9.2 - versionCode: 31 - disable: Repo code is missing at least one file update - the manifest - commit: least one file update - the manifest - - - versionName: .9.6.2 - versionCode: 38 - disable: No corresponding source in repo - commit: unknown - see disabled - - versionName: .9.6.5 versionCode: 39 commit: '89' @@ -47,7 +40,15 @@ Builds: forcevercode: true target: android-8 + - versionName: 1.0.1 + versionCode: 51 + commit: fdc55d7070b9cdb58c372a905001eb593e170646 + subdir: app + gradle: + - yes + AutoUpdateMode: None -UpdateCheckMode: None -CurrentVersion: .9.7 -CurrentVersionCode: 46 +UpdateCheckMode: HTTP +UpdateCheckData: https://raw.githubusercontent.com/chrismiceli/daap-client/master/app/src/main/AndroidManifest.xml|versionCode="(\d+)"|.|versionName="([\d.]+)" +CurrentVersion: 1.0.1 +CurrentVersionCode: 51