New app: Episodie

This commit is contained in:
Pierre Rudloff 2018-05-07 23:13:49 +02:00
parent 5e33cb03ac
commit cdeed9c43a
2 changed files with 56 additions and 0 deletions

View 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

View 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 {