Skip to content

Commit 65ddd6f

Browse files
committed
Bump version
1 parent 772bc18 commit 65ddd6f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Diff for: build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ resolvers += Resolver.jcenterRepo
3131
useSupportVectors
3232

3333
libraryDependencies ++= Seq(
34-
"com.android.support" % "design" % "24.2.0",
35-
"com.android.support" % "gridlayout-v7" % "24.2.0",
34+
"com.android.support" % "design" % "24.2.1",
35+
"com.android.support" % "gridlayout-v7" % "24.2.1",
3636
"com.github.clans" % "fab" % "1.6.4",
3737
"com.github.jorgecastilloprz" % "fabprogresscircle" % "1.01",
3838
"com.github.kevinsawicki" % "http-request" % "6.0",

Diff for: src/main/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
xmlns:tools="http://schemas.android.com/tools" package="com.github.shadowsocks"
3-
android:versionCode="155"
4-
android:versionName="3.1.3">
3+
android:versionCode="156"
4+
android:versionName="3.1.4">
55

66
<uses-permission android:name="android.permission.INTERNET"/>
77
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>

Diff for: src/main/scala/com/github/shadowsocks/ShadowsocksSettings.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ class ShadowsocksSettings extends PreferenceFragment with OnSharedPreferenceChan
207207
}
208208

209209
def refreshProfile() {
210-
val profile = app.currentProfile match {
210+
profile = app.currentProfile match {
211211
case Some(profile) => profile
212212
case None => {
213213
app.profileManager.getFirstProfile match {

0 commit comments

Comments
 (0)