Skip to content

Commit

Permalink
Fix #848
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Sep 1, 2016
1 parent b8c593b commit 7c0763c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kcptun/kcptun
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.scala-android" % "sbt-android" % "1.6.14")
addSbtPlugin("org.scala-android" % "sbt-android" % "1.6.15")

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

Expand Down
4 changes: 2 additions & 2 deletions src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" package="com.github.shadowsocks"
android:versionCode="149"
android:versionName="3.0.7">
android:versionCode="150"
android:versionName="3.0.8">

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
Expand Down

0 comments on commit 7c0763c

Please sign in to comment.