Skip to content

Commit b209e73

Browse files
committed
Bump version
1 parent 6c381b0 commit b209e73

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("org.scala-android" % "sbt-android" % "1.6.16")
1+
addSbtPlugin("org.scala-android" % "sbt-android" % "1.6.17")
22

33
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.1.10")
44

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="153"
4-
android:versionName="3.1.2">
3+
android:versionCode="154"
4+
android:versionName="3.1.3">
55

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

0 commit comments

Comments
 (0)