File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change
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 ` .
1
11
* 1.3.0:
2
12
* Optional new metadata ` com.github.shadowsocks.plugin.executable_path ` for even faster initialization;
3
13
(see doc for ` PluginContract.METADATA_KEY_EXECUTABLE_PATH ` for more information)
Original file line number Diff line number Diff line change 1
1
GROUP =com.github.shadowsocks
2
- VERSION_NAME =1.3.0
3
- VERSION_CODE =10
2
+ VERSION_NAME =1.3.1
3
+ VERSION_CODE =11
4
4
5
5
POM_ARTIFACT_ID =plugin
6
6
POM_NAME =Shadowsocks Plugin
Original file line number Diff line number Diff line change 3
3
<application
4
4
android : theme =" @style/Theme.Shadowsocks" >
5
5
<meta-data android : name =" com.github.shadowsocks.plugin.version"
6
- android : value =" 1.3.0 " />
6
+ android : value =" 1.3.1 " />
7
7
</application >
8
8
</manifest >
You can’t perform that action at this time.
0 commit comments