File tree Expand file tree Collapse file tree 4 files changed +9
-1
lines changed Expand file tree Collapse file tree 4 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.3.1-wip
2
+
3
+ * Add relevant rules with the ProGuard to avoid runtime exceptions.
4
+
1
5
## 1.3.0
2
6
3
7
* Add integration to the
Original file line number Diff line number Diff line change 1
1
-keep class io.flutter.plugins.cronet_http.** { *; }
2
+ -keep class java.net.URL { *; }
3
+ -keep class java.util.concurrent.Executors { *; }
4
+ -keep class org.chromium.net.** { *; }
Original file line number Diff line number Diff line change @@ -73,5 +73,6 @@ dependencies {
73
73
implementation(platform(" org.jetbrains.kotlin:kotlin-bom:1.8.0" ))
74
74
// ""com.google.android.gms:play-services-cronet" is only present so that
75
75
// `jnigen` will work. Applications should not include this line.
76
+ // The version should be synced with `pkgs/cronet_http/android/build.gradle`.
76
77
implementation " com.google.android.gms:play-services-cronet:18.0.1"
77
78
}
Original file line number Diff line number Diff line change 1
1
name : cronet_http
2
- version : 1.3.0
2
+ version : 1.3.1-wip
3
3
description : >-
4
4
An Android Flutter plugin that provides access to the Cronet HTTP client.
5
5
repository : https://github.com/dart-lang/http/tree/master/pkgs/cronet_http
You can’t perform that action at this time.
0 commit comments