Commit 65ddd6f5 authored by Max Lv's avatar Max Lv

Bump version

parent 772bc18e
...@@ -31,8 +31,8 @@ resolvers += Resolver.jcenterRepo ...@@ -31,8 +31,8 @@ resolvers += Resolver.jcenterRepo
useSupportVectors useSupportVectors
libraryDependencies ++= Seq( libraryDependencies ++= Seq(
"com.android.support" % "design" % "24.2.0", "com.android.support" % "design" % "24.2.1",
"com.android.support" % "gridlayout-v7" % "24.2.0", "com.android.support" % "gridlayout-v7" % "24.2.1",
"com.github.clans" % "fab" % "1.6.4", "com.github.clans" % "fab" % "1.6.4",
"com.github.jorgecastilloprz" % "fabprogresscircle" % "1.01", "com.github.jorgecastilloprz" % "fabprogresscircle" % "1.01",
"com.github.kevinsawicki" % "http-request" % "6.0", "com.github.kevinsawicki" % "http-request" % "6.0",
......
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" package="com.github.shadowsocks" xmlns:tools="http://schemas.android.com/tools" package="com.github.shadowsocks"
android:versionCode="155" android:versionCode="156"
android:versionName="3.1.3"> android:versionName="3.1.4">
<uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
......
Subproject commit 6e48d25eab5f6db3a4cce303fed703bf01f448e9 Subproject commit f7f90b1eb2ab184c5e8dc4c15bc1eeffb54ad35c
...@@ -207,7 +207,7 @@ class ShadowsocksSettings extends PreferenceFragment with OnSharedPreferenceChan ...@@ -207,7 +207,7 @@ class ShadowsocksSettings extends PreferenceFragment with OnSharedPreferenceChan
} }
def refreshProfile() { def refreshProfile() {
val profile = app.currentProfile match { profile = app.currentProfile match {
case Some(profile) => profile case Some(profile) => profile
case None => { case None => {
app.profileManager.getFirstProfile match { app.profileManager.getFirstProfile match {
......
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