Resolving gradle error.

This version of flutter_inappbrowser (1.2.1) breaks the gradle build, because the wrong link is set.
This commit is contained in:
Klingens13 2019-08-19 16:22:36 +02:00 committed by GitHub
parent f6353b8f72
commit 81807801dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:appcompat="http://schemas.android.com/apk/res-auto"
xmlns:app="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
tools:context=".InAppBrowserActivity">