Skip to content

Commit b798813

Browse files
committed
fix android R8 release tmp
1 parent 36cc4a1 commit b798813

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

pubspec.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -325,12 +325,13 @@ packages:
325325
source: hosted
326326
version: "6.0.0"
327327
flutter_inappwebview_android:
328-
dependency: transitive
328+
dependency: "direct overridden"
329329
description:
330-
name: flutter_inappwebview_android
331-
sha256: d247f6ed417f1f8c364612fa05a2ecba7f775c8d0c044c1d3b9ee33a6515c421
332-
url: "https://pub.flutter-io.cn"
333-
source: hosted
330+
path: flutter_inappwebview_android
331+
ref: d89b1d32638b49dfc58c4b7c84153be0c269d057
332+
resolved-ref: d89b1d32638b49dfc58c4b7c84153be0c269d057
333+
url: "https://github.com/holzgeist/flutter_inappwebview"
334+
source: git
334335
version: "1.0.13"
335336
flutter_inappwebview_internal_annotations:
336337
dependency: transitive

pubspec.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ dependency_overrides:
1919
#http: 0.13.0
2020
#gql_http_link: 0.3.2
2121
#http_parser: 4.0.0
22+
# fix inappwebview R8 issue https://github.com/pichillilorenzo/flutter_inappwebview/issues/2193
23+
flutter_inappwebview_android:
24+
git:
25+
url: https://github.com/holzgeist/flutter_inappwebview
26+
path: flutter_inappwebview_android
27+
ref: d89b1d32638b49dfc58c4b7c84153be0c269d057
2228

2329
dependencies:
2430
flutter:

0 commit comments

Comments
 (0)