Skip to content

Commit

Permalink
Merge pull request #1858 from giuppe/patch-1
Browse files Browse the repository at this point in the history
Fix: attribute "gradle-plugin" of android config is never read
  • Loading branch information
player-03 authored Nov 8, 2024
2 parents 36b14e9 + b52223e commit 051f4d5
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 051f4d5

Please sign in to comment.