feature_discovery icon indicating copy to clipboard operation
feature_discovery copied to clipboard

Modernize Android build scripts (#2)

Open ndahlquist opened this issue 3 years ago • 0 comments

Needed to build the example app successfully with Flutter 3.

Note: gradlew and gradlew.bat should be checked in- these are wrapper scripts that download the actual gradle binary (the "w" in "gradlew" stands for wrapper). This allows the build to work out of the box.

ndahlquist avatar Nov 01 '22 21:11 ndahlquist