Skip to content

Commit

Permalink
fix android R8 release tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Aug 15, 2024
1 parent 36cc4a1 commit b798813
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -325,12 +325,13 @@ packages:
source: hosted
version: "6.0.0"
flutter_inappwebview_android:
dependency: transitive
dependency: "direct overridden"
description:
name: flutter_inappwebview_android
sha256: d247f6ed417f1f8c364612fa05a2ecba7f775c8d0c044c1d3b9ee33a6515c421
url: "https://pub.flutter-io.cn"
source: hosted
path: flutter_inappwebview_android
ref: d89b1d32638b49dfc58c4b7c84153be0c269d057
resolved-ref: d89b1d32638b49dfc58c4b7c84153be0c269d057
url: "https://github.com/holzgeist/flutter_inappwebview"
source: git
version: "1.0.13"
flutter_inappwebview_internal_annotations:
dependency: transitive
Expand Down
6 changes: 6 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ dependency_overrides:
#http: 0.13.0
#gql_http_link: 0.3.2
#http_parser: 4.0.0
# fix inappwebview R8 issue https://github.com/pichillilorenzo/flutter_inappwebview/issues/2193
flutter_inappwebview_android:
git:
url: https://github.com/holzgeist/flutter_inappwebview
path: flutter_inappwebview_android
ref: d89b1d32638b49dfc58c4b7c84153be0c269d057

dependencies:
flutter:
Expand Down

0 comments on commit b798813

Please sign in to comment.