Update dependency gradle to v6.9.4 #2

Open
renovate wants to merge 51 commits from renovate_gradle-6.x into master
2 changed files with 6 additions and 2 deletions
Showing only changes of commit 2005fd437f - Show all commits

View File

@ -19,6 +19,12 @@ Pass those flags to flutter run, ...
- Alter the android and ios config to your liking, package name, key etc
- Publish
## Adnroid checklist:
- setup a key.properties file along local.properties
- load the properties in the app/build.gradle and reference to generate the manaifest
## Getting Started
This project is a starting point for a Flutter application.

View File

@ -25,8 +25,6 @@ class MyApp extends StatelessWidget {
home: WebView(
initialUrl: this._uri,
javascriptMode: JavascriptMode.unrestricted,
zoomEnabled: true,
allowsInlineMediaPlayback: true,
));
}