Skip to content

Commit

Permalink
Roll back AndroidX version due to conflict.
Browse files Browse the repository at this point in the history
Update documents
  • Loading branch information
ctrysbita committed Mar 18, 2019
1 parent 8718ace commit 9aa1611
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## 0.2.0
Add `getVpnState` and `getCharonState`.
Add `getVpnState` and `getCharonState` for Android.
**Breaking Change**
Old `FlutterVpnState` has been renamed to `CharonVpnState`. This method is for Android only.
New `FlutterVpnState` is designed for both Android and iOS platform.
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.1.0-alpha03'
implementation 'androidx.appcompat:appcompat:1.0.0-beta01'
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Plugin for developers to access VPN service in their flutter app.
version: 0.2.0
authors:
- Jason C.H <[email protected]>
- Jerry <[email protected]>
- Jerry Wang<[email protected]>
homepage: https://github.com/X-dea/Flutter_VPN

environment:
Expand Down

0 comments on commit 9aa1611

Please sign in to comment.