This is an automated email from the ASF dual-hosted git repository. erisu pushed a commit to branch fix/gradle-xmlparser in repository https://gitbox.apache.org/repos/asf/cordova-android.git
commit 81c6dc54a9b706260f565a84637ed5b546878188 Author: Erisu <[email protected]> AuthorDate: Thu Feb 26 14:23:06 2026 +0900 fix(gradle): import XmlParser --- framework/cordova.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/cordova.gradle b/framework/cordova.gradle index 01a1fd18..f82e3608 100644 --- a/framework/cordova.gradle +++ b/framework/cordova.gradle @@ -17,6 +17,7 @@ under the License. */ +import groovy.xml.XmlParser import java.util.regex.Pattern import io.github.g00fy2.versioncompare.Version --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
