updating version to 12.0.5

This commit is contained in:
Nathan Freitas 2013-08-23 16:59:12 -04:00
parent abe1788648
commit f4e73e9cd7
2 changed files with 2 additions and 3 deletions

View File

@ -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"/>

View File

@ -658,7 +658,6 @@ public class TorService extends Service implements TorServiceConstants, TorConst
public void initTor () throws Exception
{
android.os.Debug.waitForDebugger();
updateSettings ();