From 45ae54171ada3fd5895f6079a1a6df2272db123f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20P=C3=B6hn?= Date: Fri, 12 Jul 2019 14:32:38 +0200 Subject: [PATCH] rewrite yml: fr.tvbarthel.apps.simpleweatherforcast --- ...fr.tvbarthel.apps.simpleweatherforcast.txt | 35 ---------------- ...fr.tvbarthel.apps.simpleweatherforcast.yml | 42 +++++++++++++++++++ 2 files changed, 42 insertions(+), 35 deletions(-) delete mode 100644 metadata/fr.tvbarthel.apps.simpleweatherforcast.txt create mode 100644 metadata/fr.tvbarthel.apps.simpleweatherforcast.yml diff --git a/metadata/fr.tvbarthel.apps.simpleweatherforcast.txt b/metadata/fr.tvbarthel.apps.simpleweatherforcast.txt deleted file mode 100644 index 142a9fe176..0000000000 --- a/metadata/fr.tvbarthel.apps.simpleweatherforcast.txt +++ /dev/null @@ -1,35 +0,0 @@ -AntiFeatures:NonFreeDep -Categories:Time -License:Apache-2.0 -Web Site: -Source Code:https://github.com/tvbarthel/SimpleWeatherForecast -Issue Tracker:https://github.com/tvbarthel/SimpleWeatherForecast/issues -Changelog:https://github.com/tvbarthel/SimpleWeatherForecast/releases - -Auto Name:SimpleWeatherForecast -Summary:14 days weather forecast -Description: -Gives you a 14-day forecast based on your current location. - -AntiFeature: Billing library required. -. - -Repo Type:git -Repo:https://github.com/tvbarthel/SimpleWeatherForecast - -Build:1.2.0,7 - disable=force closes - commit=v1.2.0 - subdir=SimpleWeatherForecast - gradle=yes - prebuild=sed -i -e 's/support-v4:19.1.0/support-v4:21.0.+/g' -e 's/appcompat-v7:19.1.0/appcompat-v7:21.0.+/g' -e '/buildToolsVersion/s/19.1.0/21.0.2/g' -e 's/compileSdkVersion 19/compileSdkVersion 21/g' -e 's/targetSdkVersion 19/targetSdkVersion 21/g' build.gradle - -Build:1.3.0,8 - commit=024068e9d146dac490c1502a9ca41c9b01aeab1b - subdir=SimpleWeatherForecast - gradle=yes - -Auto Update Mode:None -Update Check Mode:RepoManifest -Current Version:1.3.0 -Current Version Code:8 diff --git a/metadata/fr.tvbarthel.apps.simpleweatherforcast.yml b/metadata/fr.tvbarthel.apps.simpleweatherforcast.yml new file mode 100644 index 0000000000..1e46f9530c --- /dev/null +++ b/metadata/fr.tvbarthel.apps.simpleweatherforcast.yml @@ -0,0 +1,42 @@ +AntiFeatures: + - NonFreeDep +Categories: + - Time +License: Apache-2.0 +SourceCode: https://github.com/tvbarthel/SimpleWeatherForecast +IssueTracker: https://github.com/tvbarthel/SimpleWeatherForecast/issues +Changelog: https://github.com/tvbarthel/SimpleWeatherForecast/releases + +AutoName: SimpleWeatherForecast +Summary: 14 days weather forecast +Description: |- + Gives you a 14-day forecast based on your current location. + + AntiFeature: Billing library required. + +RepoType: git +Repo: https://github.com/tvbarthel/SimpleWeatherForecast + +Builds: + - versionName: 1.2.0 + versionCode: 7 + disable: force closes + commit: v1.2.0 + subdir: SimpleWeatherForecast + gradle: + - yes + prebuild: sed -i -e 's/support-v4:19.1.0/support-v4:21.0.+/g' -e 's/appcompat-v7:19.1.0/appcompat-v7:21.0.+/g' + -e '/buildToolsVersion/s/19.1.0/21.0.2/g' -e 's/compileSdkVersion 19/compileSdkVersion + 21/g' -e 's/targetSdkVersion 19/targetSdkVersion 21/g' build.gradle + + - versionName: 1.3.0 + versionCode: 8 + commit: 024068e9d146dac490c1502a9ca41c9b01aeab1b + subdir: SimpleWeatherForecast + gradle: + - yes + +AutoUpdateMode: None +UpdateCheckMode: RepoManifest +CurrentVersion: 1.3.0 +CurrentVersionCode: 8