diff --git a/CHANGELOG.md b/CHANGELOG.md index 993f7bf..8771c30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 0.1.0 +### Support `arm64-v8a` for android +We have added the libraries for `arm64-v8a`. +Please follow `README` to configure abiFilter for NDK. +### Migrate to AndroidX +**Breaking Change** +Migrate from the deprecated original Android Support Library to AndroidX. This shouldn't result in any functional changes, but it requires any Android apps using this plugin to also migrate if they're using the original support library. +Follow [Official documents](https://developer.android.com/jetpack/androidx/migrate) to migrate. + ## 0.0.4 Add iOS support without status broadcast. diff --git a/android/build.gradle b/android/build.gradle index f2108b7..8d693d5 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -20,7 +20,7 @@ apply plugin: 'de.undercouch.download' // Download prebuilt native libs. task downloadNaticeLib(type: Download) { - src 'https://github.com/X-dea/Flutter_VPN/releases/download/v0.0.5/strongswan_libs_v5.7.2.zip' + src 'https://github.com/X-dea/Flutter_VPN/releases/download/v0.1.0/strongswan_libs_v5.7.2.zip' dest "$buildDir/native.zip" } diff --git a/pubspec.yaml b/pubspec.yaml index 5abde17..500db8c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_vpn description: Plugin for developers to access VPN service in their flutter app. -version: 0.0.5 +version: 0.1.0 author: - Jason C.H - Jerry