• Jakob Andersen's avatar
    Fix bug parsing Gradle version. (#8326) · 3676ffe4
    Jakob Andersen authored
    * Fix bug parsing Gradle version.
    
    Version from pub_semver requires versions of the format X.Y.Z. Gradle
    doesn't follow semantic versioning, though, so version parsing would
    fail on versions like '3.2'. Fixed by writing a custom Version class.
    
    Also removed a check for apksigner when building Gradle-based projects.
    
    Fixes #8298
    3676ffe4
Name
Last commit
Last update
..
bin Loading commit data...
gradle Loading commit data...
lib Loading commit data...
schema Loading commit data...
templates Loading commit data...
test Loading commit data...
tool Loading commit data...
BUILD.gn Loading commit data...
README.md Loading commit data...
flutter_tools.iml Loading commit data...
pubspec.yaml Loading commit data...