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:
parent
f6353b8f72
commit
81807801dc
|
@ -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">
|
||||
|
||||
|
|
Loading…
Reference in New Issue