Commit 7c0763c7 authored by Max Lv's avatar Max Lv

Fix #848

parent b8c593b1
Subproject commit c4054b07a6b493f48d4e9c35c6c1a4a047462325 Subproject commit 91b2c650d128285f8a5f8305696d4c5ccdbe8e5f
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") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.1.10")
......
<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="149" android:versionCode="150"
android:versionName="3.0.7"> android:versionName="3.0.8">
<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"/>
......
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