Merge branch 'feature/episodie' into 'master'
New app: Episodie Closes rfp#565 See merge request fdroid/fdroiddata!3141
This commit is contained in:
commit
37d3c34581
26
metadata/pl.hypeapp.episodie.txt
Normal file
26
metadata/pl.hypeapp.episodie.txt
Normal file
|
@ -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
|
30
metadata/pl.hypeapp.episodie/repositories.patch
Normal file
30
metadata/pl.hypeapp.episodie/repositories.patch
Normal file
|
@ -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 {
|
Loading…
Reference in a new issue