File tree Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -85,8 +85,9 @@ android {
85
85
configurations. all {
86
86
resolutionStrategy {
87
87
// /为了 https://github.com/pichillilorenzo/flutter_inappwebview/issues/2150
88
- force ' androidx.webkit:webkit:1.8.0'
88
+ // / force 'androidx.webkit:webkit:1.8.0'
89
89
// /为了 Failed to transform appcompat-resources-1.7.0.aar
90
+ // /这玩意导致的 Failed to transform appcompat-resources-1.7.0.aar Cannot invoke "String.length()" because "<parameter1>" is null 居然要升级 AGP 8.6.1 才能适配,有毒
90
91
// force "androidx.appcompat:appcompat:1.6.1"
91
92
}
92
93
}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.0-bin .zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.7-all .zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pluginManagement {
18
18
19
19
plugins {
20
20
id " dev.flutter.flutter-plugin-loader" version " 1.0.0"
21
- id " com.android.application" version " 8.0 .1" apply false
21
+ id " com.android.application" version " 8.6 .1" apply false
22
22
id " org.jetbrains.kotlin.android" version " 1.8.10" apply false
23
23
}
24
24
Original file line number Diff line number Diff line change @@ -325,14 +325,13 @@ packages:
325
325
source: hosted
326
326
version: "6.1.0+1"
327
327
flutter_inappwebview_android:
328
- dependency: "direct overridden"
328
+ dependency: transitive
329
329
description:
330
- path: flutter_inappwebview_android
331
- ref: d89b1d32638b49dfc58c4b7c84153be0c269d057
332
- resolved-ref: d89b1d32638b49dfc58c4b7c84153be0c269d057
333
- url: "https://github.com/holzgeist/flutter_inappwebview"
334
- source: git
335
- version: "1.0.13"
330
+ name: flutter_inappwebview_android
331
+ sha256: "3556d47c28369162b92c53243fa1f3e6672fc6c0b180d06d482f62c93fc87d56"
332
+ url: "https://pub.flutter-io.cn"
333
+ source: hosted
334
+ version: "1.1.0"
336
335
flutter_inappwebview_internal_annotations:
337
336
dependency: transitive
338
337
description:
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ dependency_overrides:
20
20
# gql_http_link: 0.3.2
21
21
# http_parser: 4.0.0
22
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
23
+ # flutter_inappwebview_android:
24
+ # git:
25
+ # url: https://github.com/holzgeist/flutter_inappwebview
26
+ # path: flutter_inappwebview_android
27
+ # ref: d89b1d32638b49dfc58c4b7c84153be0c269d057
28
28
29
29
dependencies :
30
30
flutter :
You can’t perform that action at this time.
0 commit comments