updating version to 12.0.5
This commit is contained in:
parent
abe1788648
commit
f4e73e9cd7
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.torproject.android"
|
||||
android:versionName="12.0.4"
|
||||
android:versionCode="60"
|
||||
android:versionName="12.0.5"
|
||||
android:versionCode="61"
|
||||
android:installLocation="auto"
|
||||
> <uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
|
||||
|
|
|
@ -658,7 +658,6 @@ public class TorService extends Service implements TorServiceConstants, TorConst
|
|||
|
||||
public void initTor () throws Exception
|
||||
{
|
||||
android.os.Debug.waitForDebugger();
|
||||
|
||||
updateSettings ();
|
||||
|
||||
|
|
Loading…
Reference in New Issue