Commit 1c67b39a authored by Max Lv's avatar Max Lv

Bump version

parent 30fea4a7
Subproject commit 91b2c650d128285f8a5f8305696d4c5ccdbe8e5f
Subproject commit e44d8c9041b0f8825295bca089ff3dbad294508c
......@@ -52,6 +52,7 @@ pushd kcptun/client
echo "Get dependences for kcptun"
go get -u github.com/xtaci/kcp-go
go get -u github.com/xtaci/smux
go get
echo "Cross compile kcptun for arm"
......
addSbtPlugin("org.scala-android" % "sbt-android" % "1.6.15")
addSbtPlugin("org.scala-android" % "sbt-android" % "1.6.16")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.1.10")
......
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" package="com.github.shadowsocks"
android:versionCode="150"
android:versionName="3.0.8">
android:versionCode="151"
android:versionName="3.1.0">
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
......
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