Add google repository (#603)

master
Erik Rudisch 4 years ago committed by Synced Synapse
parent c6e8957b27
commit 645f22f64a

@ -76,4 +76,4 @@ Used Operating system:
<!--- End of this issue -->
*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.*
Team Kodi will consider your problem report however, we will not make any promises the problem will be solved.*

@ -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'
}
}
}

Loading…
Cancel
Save