mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-11 00:00:05 +08:00
feat: add google services support (#893)
* feat: Add support for GoogleServicesEnabled preference option * fix: wrap google-services classpath with GoogleServicesEnabled flag * chore: bump google-services version to 4.2.0 * feat: Add support for GoogleServicesVersion preference option Co-authored-by: Maksim Chemerisuk <chemerisuk@users.noreply.github.com>
This commit is contained in:
@@ -48,6 +48,10 @@ Version[] getAvailableBuildTools() {
|
||||
.sort { a, b -> a.isHigherThan(b) ? -1 : 1 }
|
||||
}
|
||||
|
||||
Boolean isVersionValid(version) {
|
||||
return !(new Version(version)).isEqual('0.0.0')
|
||||
}
|
||||
|
||||
String doFindLatestInstalledBuildTools(String minBuildToolsVersionString) {
|
||||
def availableBuildToolsVersions
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user