From 965f4f1947926ff1dfed4cc7d72bedf28b8556d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20P=C3=B6hn?= Date: Wed, 3 Jul 2019 14:05:34 +0200 Subject: [PATCH] rewrite yml: eu.veldsoft.fish.rings --- metadata/eu.veldsoft.fish.rings.txt | 30 ------------------------- metadata/eu.veldsoft.fish.rings.yml | 34 +++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 30 deletions(-) delete mode 100644 metadata/eu.veldsoft.fish.rings.txt create mode 100644 metadata/eu.veldsoft.fish.rings.yml diff --git a/metadata/eu.veldsoft.fish.rings.txt b/metadata/eu.veldsoft.fish.rings.txt deleted file mode 100644 index 790ad950c3..0000000000 --- a/metadata/eu.veldsoft.fish.rings.txt +++ /dev/null @@ -1,30 +0,0 @@ -AntiFeatures:Ads -Categories:Games -License:GPL-3.0-only -Web Site: -Source Code:https://github.com/VelbazhdSoftwareLLC/FishRingsForAndroid -Issue Tracker:https://github.com/VelbazhdSoftwareLLC/FishRingsForAndroid/issues - -Auto Name:Fish Rings for Android -Summary:Puzzle game -Description: -The puzzle consist of three rings, which can be rotated in both directions. The -goal of the puzzle is to solve it as it was in the initial stage. -. - -Repo Type:git -Repo:https://github.com/VelbazhdSoftwareLLC/FishRingsForAndroid - -Build:1.0,1 - commit=0a163981ff916d2f7475a9ea3aee6adf1f63a239 - -Build:1.1,2 - commit=2cc726349cf7c68f5add259d1053cf3a4961cd11 - -Build:1.2,3 - commit=1d7cd5b7b04fa178a6d51d4b888bcc0fcac1a675 - -Auto Update Mode:None -Update Check Mode:RepoManifest -Current Version:1.2 -Current Version Code:3 diff --git a/metadata/eu.veldsoft.fish.rings.yml b/metadata/eu.veldsoft.fish.rings.yml new file mode 100644 index 0000000000..17c68c7104 --- /dev/null +++ b/metadata/eu.veldsoft.fish.rings.yml @@ -0,0 +1,34 @@ +AntiFeatures: + - Ads +Categories: + - Games +License: GPL-3.0-only +SourceCode: https://github.com/VelbazhdSoftwareLLC/FishRingsForAndroid +IssueTracker: https://github.com/VelbazhdSoftwareLLC/FishRingsForAndroid/issues + +AutoName: Fish Rings for Android +Summary: Puzzle game +Description: |- + The puzzle consist of three rings, which can be rotated in both directions. The + goal of the puzzle is to solve it as it was in the initial stage. + +RepoType: git +Repo: https://github.com/VelbazhdSoftwareLLC/FishRingsForAndroid + +Builds: + - versionName: '1.0' + versionCode: 1 + commit: 0a163981ff916d2f7475a9ea3aee6adf1f63a239 + + - versionName: '1.1' + versionCode: 2 + commit: 2cc726349cf7c68f5add259d1053cf3a4961cd11 + + - versionName: '1.2' + versionCode: 3 + commit: 1d7cd5b7b04fa178a6d51d4b888bcc0fcac1a675 + +AutoUpdateMode: None +UpdateCheckMode: RepoManifest +CurrentVersion: '1.2' +CurrentVersionCode: 3