Commit 5fe3ff77 authored by Mygod's avatar Mygod

Bump plugin version code

parent a9ef6bc9
* 1.3.2:
* Fix first key-value pair disappearing with null value. (#2391)
* 1.3.1: * 1.3.1:
* New theme resource `Theme.Shadowsocks.Immersive` for better Android Q-esque translucent navigation bars. * New theme resource `Theme.Shadowsocks.Immersive` for better Android Q-esque translucent navigation bars.
This is an opt-in feature. This is an opt-in feature.
......
GROUP=com.github.shadowsocks GROUP=com.github.shadowsocks
VERSION_NAME=1.3.1 VERSION_NAME=1.3.2
VERSION_CODE=11 VERSION_CODE=12
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.1"/> android:value="1.3.2"/>
</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