breautek commented on a change in pull request #1211:
URL: https://github.com/apache/cordova-android/pull/1211#discussion_r615404443



##########
File path: framework/cordova.gradle
##########
@@ -155,8 +170,9 @@ def doGetConfigPreference(name, defaultValue) {
 ext {
     // These helpers are shared, but are not guaranteed to be stable / 
unchanged.
     privateHelpers = {}
+    privateHelpers.getCordovaDefaults = { doGetCordovaDefaults() }
     privateHelpers.getProjectTarget = { doGetProjectTarget() }
-    privateHelpers.findLatestInstalledBuildTools = { 
doFindLatestInstalledBuildTools('19.1.0') }
+    privateHelpers.findLatestInstalledBuildTools = { 
doFindLatestInstalledBuildTools("29.0.2") }

Review comment:
       Yah, in fact we already have a variable for it, so good catch




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to