Commit 83608853 authored by Max Lv's avatar Max Lv

bump version

parent 6ae97e63
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.github.shadowsocks" package="com.github.shadowsocks"
android:versionCode="90" android:versionCode="91"
android:versionName="2.5.2"> android:versionName="2.5.3">
<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"/>
......
...@@ -593,7 +593,7 @@ class Shadowsocks ...@@ -593,7 +593,7 @@ class Shadowsocks
h.postDelayed(new Runnable() { h.postDelayed(new Runnable() {
def run() { def run() {
val integrator = new IntentIntegrator(Shadowsocks.this) val integrator = new IntentIntegrator(Shadowsocks.this)
val list = IntentIntegrator.TARGET_ALL_KNOWN val list = new java.util.ArrayList(IntentIntegrator.TARGET_ALL_KNOWN)
list.add("tw.com.quickmark") list.add("tw.com.quickmark")
integrator.setTargetApplications(list) integrator.setTargetApplications(list)
integrator.initiateScan() integrator.initiateScan()
......
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