diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 177f5d7..ec3c009 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -76,4 +76,4 @@ Used Operating system: *note: Once the issue is made we require you to update it with new information or Kodi versions should that be required. -Team Kodi will consider your problem report however, we will not make any promises the problem will be solved.* \ No newline at end of file +Team Kodi will consider your problem report however, we will not make any promises the problem will be solved.* diff --git a/build.gradle b/build.gradle index bfeacd1..c6db9aa 100644 --- a/build.gradle +++ b/build.gradle @@ -2,11 +2,8 @@ buildscript { repositories { + google() jcenter() - maven { - url 'https://maven.google.com/' - name 'Google' - } } dependencies { classpath 'com.android.tools.build:gradle:3.1.2' @@ -18,10 +15,7 @@ buildscript { allprojects { repositories { + google() jcenter() - maven { - url "https://maven.google.com/" - name 'Google' - } } }