Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@
* Update README

## 1.2.2
* Remove dependency on http plugin
* Remove dependency on http plugin

## 1.2.3
* Add Android namespace
4 changes: 4 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {

if (project.android.hasProperty("namespace")) {
namespace 'com.lm.http_proxy'
}
compileSdkVersion 28

defaultConfig {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: http_proxy
description: http proxy plugin,get and set http proxy automatically.This package help you to use proxy tools.
version: 1.2.2
version: 1.2.3
homepage: https://github.com/wslaimin
repository: https://github.com/wslaimin/http_proxy

Expand Down