londonappbrewery / quizzler-flutter

Learn to Code While Building Apps - The Complete Flutter Development Bootcamp
https://www.appbrewery.co
196 stars 870 forks source link

Fix build warnings & errors for project stub #17

Open sungwon opened 3 years ago

sungwon commented 3 years ago

This pull request fixes 2 build issues:

  1. It migrates the Android code away from deprecated embedding code to embedding v2 as recommended here: https://github.com/flutter/flutter/wiki/Upgrading-pre-1.12-Android-projects
  2. It fixes the java.lang.NoClassDefFoundError: Could not initialize class org.codehaus.groovy.vmplugin.v7.Java7 error by bumping up gradle to the latest version.