diff --git a/metadata/pl.hypeapp.episodie.txt b/metadata/pl.hypeapp.episodie.txt new file mode 100644 index 0000000000..71310cb61c --- /dev/null +++ b/metadata/pl.hypeapp.episodie.txt @@ -0,0 +1,26 @@ +Categories:Time,Internet +License:GPL-3.0 +Web Site: +Source Code:https://github.com/hypeapps/episodie +Issue Tracker:https://github.com/hypeapps/episodie/issues + +Auto Name:Episodie +Summary:Discover and track TV show time +Description: +Episodie is a TV show time tracker app with unusual design. Get to know how much +time you spent watching tv shows. Track easily overall progress of your favorite +shows and discover new ones. Stay up to date with new premieres thanks to +notifications. +. + +Repo Type:git +Repo:https://github.com/hypeapps/episodie.git + +Build:1.0.1,2 + commit=1.0.1 + subdir=application + patch=repositories.patch + gradle=yes + +Auto Update Mode:Version %v +Update Check Mode:Tags diff --git a/metadata/pl.hypeapp.episodie/repositories.patch b/metadata/pl.hypeapp.episodie/repositories.patch new file mode 100644 index 0000000000..d30c433ec7 --- /dev/null +++ b/metadata/pl.hypeapp.episodie/repositories.patch @@ -0,0 +1,30 @@ +diff --git a/build.gradle b/build.gradle +index fb2e26c..81bfabe 100644 +--- a/build.gradle ++++ b/build.gradle +@@ -1,6 +1,5 @@ + buildscript { + repositories { +- maven { url 'https://dl.google.com/dl/android/maven2/' } + jcenter() + google() + } +@@ -17,10 +16,6 @@ allprojects { + maven { url 'https://maven.google.com' } + maven { url "https://jitpack.io" } + mavenCentral() +- maven { +- url 'http://www.idescout.com/maven/repo/' +- name 'IDEScout, Inc.' +- } + } + } + +@@ -30,7 +25,6 @@ subprojects { + repositories { + mavenCentral() + maven { url "https://jitpack.io" } +- maven { url "http://dl.bintray.com/arturbosch/code-analysis" } + google() + } + configurations {