Skip to content

Commit

Permalink
Fix: attribute "gradle-plugin" in Project.xml <android> tag is never …
Browse files Browse the repository at this point in the history
…read
  • Loading branch information
giuppe authored Nov 8, 2024
1 parent 36b14e9 commit b52223e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lime/tools/ProjectXMLParser.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1738,6 +1738,9 @@ class ProjectXMLParser extends HXProject

case "gradle-version":
config.set("android.gradle-version", value);

case "gradle-plugin":
config.set("android.gradle-plugin", value);

default:
name = formatAttributeName(attribute);
Expand Down

0 comments on commit b52223e

Please sign in to comment.