mirror of
https://github.com/YTVanced/VancedMicroG
synced 2025-01-06 23:41:01 +00:00
Update sublib + build tools
This commit is contained in:
parent
0c8fd3f78e
commit
90e9b7b79d
2 changed files with 4 additions and 3 deletions
|
@ -20,8 +20,8 @@ buildscript {
|
||||||
google()
|
google()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:3.0.1'
|
classpath 'com.android.tools.build:gradle:3.1.0'
|
||||||
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
|
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -40,5 +40,6 @@ subprojects {
|
||||||
group = 'org.microg'
|
group = 'org.microg'
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
jcenter()
|
||||||
|
google()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
2
extern/GmsApi
vendored
2
extern/GmsApi
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit 0e994f38058df014ea709de7826890ccc334b647
|
Subproject commit db0be6ba010f52b4d12e69aed2482c38a3c2406c
|
Loading…
Reference in a new issue