Skip to content

Commit c1ec108

Browse files
authored
Merge pull request #2291 from shadowsocks/plugin-1.3.1
Plugin lib 1.3.1
2 parents 4624424 + 408cd3f commit c1ec108

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

plugin/CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
* 1.3.1:
2+
* New theme resource `Theme.Shadowsocks.Immersive` for better Android Q-esque translucent navigation bars.
3+
This is an opt-in feature.
4+
Please add `android:theme="@style/Theme.Shadowsocks.Immersive"` to your `<activity>` to enable this theme.
5+
* New color resources `light_*` and `dark_*` for passing to custom tabs;
6+
* Dependency updates:
7+
- `androidx.core:core-ktx:1.1.0-rc03`;
8+
- `androidx.drawerlayout:drawerlayout:1.1.0-alpha03`;
9+
- `com.google.android.material:material:1.1.0-alpha09`;
10+
- `org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.41`.
111
* 1.3.0:
212
* Optional new metadata `com.github.shadowsocks.plugin.executable_path` for even faster initialization;
313
(see doc for `PluginContract.METADATA_KEY_EXECUTABLE_PATH` for more information)

plugin/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GROUP=com.github.shadowsocks
2-
VERSION_NAME=1.3.0
3-
VERSION_CODE=10
2+
VERSION_NAME=1.3.1
3+
VERSION_CODE=11
44

55
POM_ARTIFACT_ID=plugin
66
POM_NAME=Shadowsocks Plugin

plugin/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<application
44
android:theme="@style/Theme.Shadowsocks">
55
<meta-data android:name="com.github.shadowsocks.plugin.version"
6-
android:value="1.3.0"/>
6+
android:value="1.3.1"/>
77
</application>
88
</manifest>

0 commit comments

Comments
 (0)