mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-12-03 16:27:26 +00:00
MicroG 0.2.14.204216
This commit is contained in:
parent
47b0f67f5b
commit
d4c0f6bc8e
2 changed files with 2 additions and 7 deletions
|
@ -46,8 +46,8 @@ allprojects {
|
|||
apply plugin: 'idea'
|
||||
|
||||
group = 'org.microg.gms'
|
||||
version = "0.2.14.204215"
|
||||
ext.appVersionCode = 204215001
|
||||
version = "0.2.14.204216"
|
||||
ext.appVersionCode = 204215002
|
||||
ext.isReleaseVersion = false
|
||||
}
|
||||
|
||||
|
|
|
@ -48,11 +48,6 @@ dependencies {
|
|||
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10'
|
||||
implementation project(path: ':play-services-basement')
|
||||
|
||||
// nlp
|
||||
implementation "org.microg.nlp:geocode-v1:$nlpVersion"
|
||||
implementation "org.microg.nlp:location-v2:$nlpVersion"
|
||||
implementation "org.microg.nlp:location-v3:$nlpVersion"
|
||||
implementation "org.microg.nlp:service:$nlpVersion"
|
||||
api project(':play-services-location-api')
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue