Commit db1b7ee6 authored by Mygod's avatar Mygod

Bump plugin lib to 1.3.0

parent 554a9b1b
* 1.3.0:
* Breaking API change: `val AlertDialogFragment.ret: Ret?` => `fun AlertDialogFragment.ret(which: Int): Ret?`;
(nothing needs to be done if you are not using this API)
* Dependency updates:
- Now targeting API 29;
- `androidx.core:core-ktx:1.1.0-rc01`;
- `com.google.android.material:material:1.1.0-alpha07`;
- `org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.31`.
* 1.2.0:
* New helper class `AlertDialogFragment` for creating `AlertDialog` that persists through configuration changes;
* Dependency update: `com.google.android.material:material:1.1.0-alpha03`.
......
GROUP=com.github.shadowsocks
VERSION_NAME=1.2.0
VERSION_CODE=9
VERSION_NAME=1.3.0
VERSION_CODE=10
POM_ARTIFACT_ID=plugin
POM_NAME=Shadowsocks Plugin
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment