Skip to content

Commit

Permalink
Merge pull request #2291 from shadowsocks/plugin-1.3.1
Browse files Browse the repository at this point in the history
Plugin lib 1.3.1
  • Loading branch information
madeye authored Aug 22, 2019
2 parents 4624424 + 408cd3f commit c1ec108
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions plugin/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
* 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:
* Optional new metadata `com.github.shadowsocks.plugin.executable_path` for even faster initialization;
(see doc for `PluginContract.METADATA_KEY_EXECUTABLE_PATH` for more information)
Expand Down
4 changes: 2 additions & 2 deletions plugin/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GROUP=com.github.shadowsocks
VERSION_NAME=1.3.0
VERSION_CODE=10
VERSION_NAME=1.3.1
VERSION_CODE=11

POM_ARTIFACT_ID=plugin
POM_NAME=Shadowsocks Plugin
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<application
android:theme="@style/Theme.Shadowsocks">
<meta-data android:name="com.github.shadowsocks.plugin.version"
android:value="1.3.0"/>
android:value="1.3.1"/>
</application>
</manifest>

0 comments on commit c1ec108

Please sign in to comment.