Unverified Commit c1ec108e authored by Max Lv's avatar Max Lv Committed by GitHub

Merge pull request #2291 from shadowsocks/plugin-1.3.1

Plugin lib 1.3.1
parents 46244246 408cd3ff
* 1.3.1:
* New theme resource `Theme.Shadowsocks.Immersive` for better Android Q-esque translucent navigation bars.
This is an opt-in feature.
Please add `android:theme="@style/Theme.Shadowsocks.Immersive"` to your `<activity>` to enable this theme.
* New color resources `light_*` and `dark_*` for passing to custom tabs;
* Dependency updates:
- `androidx.core:core-ktx:1.1.0-rc03`;
- `androidx.drawerlayout:drawerlayout:1.1.0-alpha03`;
- `com.google.android.material:material:1.1.0-alpha09`;
- `org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.41`.
* 1.3.0: * 1.3.0:
* Optional new metadata `com.github.shadowsocks.plugin.executable_path` for even faster initialization; * Optional new metadata `com.github.shadowsocks.plugin.executable_path` for even faster initialization;
(see doc for `PluginContract.METADATA_KEY_EXECUTABLE_PATH` for more information) (see doc for `PluginContract.METADATA_KEY_EXECUTABLE_PATH` for more information)
......
GROUP=com.github.shadowsocks GROUP=com.github.shadowsocks
VERSION_NAME=1.3.0 VERSION_NAME=1.3.1
VERSION_CODE=10 VERSION_CODE=11
POM_ARTIFACT_ID=plugin POM_ARTIFACT_ID=plugin
POM_NAME=Shadowsocks Plugin POM_NAME=Shadowsocks Plugin
......
...@@ -3,6 +3,6 @@ ...@@ -3,6 +3,6 @@
<application <application
android:theme="@style/Theme.Shadowsocks"> android:theme="@style/Theme.Shadowsocks">
<meta-data android:name="com.github.shadowsocks.plugin.version" <meta-data android:name="com.github.shadowsocks.plugin.version"
android:value="1.3.0"/> android:value="1.3.1"/>
</application> </application>
</manifest> </manifest>
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