flutter_advanced_boilerplate
flutter_advanced_boilerplate copied to clipboard
FAILURE: Build failed with an exception.
I like it! :) Minor issue: FAILURE: Build failed with an exception.
- Where: Build file 'C:\Develop\Flutter\Playground\Boilerplates\flutter_advanced_boilerplate-main\android\app\build.gradle' line: 29 AND
- Where: Build file 'C:\Develop\Flutter\Playground\Boilerplates\flutter_advanced_boilerplate-main\android\app\build.gradle' line: 50
Fixed by adding (in my instance) the following two lines to flutter_advanced_boilerplate\android\local.properties: flutter.compileSdkVersion=33 flutter.minSdkVersion=26
Please add to "How To Use" section.
Thank you for this!