Skip to content

Commit bc863d4

Browse files
committed
updating to build 16010011
1 parent a957986 commit bc863d4

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ android {
3939
minSdkVersion 16
4040
applicationId 'org.torproject.android'
4141
targetSdkVersion 27
42-
versionCode 16000011
43-
versionName '16.0.0-RC-2-multi-SDK16'
42+
versionCode 16010011
43+
versionName '16.0.1-BETA-1'
4444
}
4545
}
4646
}

app/src/fullperm/AndroidManifest.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
package="org.torproject.android"
55
android:installLocation="auto">
66

7-
<uses-sdk
8-
android:minSdkVersion="16"
9-
android:targetSdkVersion="25" />
10-
117
<uses-permission android:name="android.permission.INTERNET" />
128
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
139
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@
6767
android:name=".vpn.VPNEnableActivity"
6868
android:exported="false"
6969
android:label="@string/app_name" />
70-
<activity
71-
android:name=".ui.PromoAppsActivity"
72-
android:exported="false" />
7370
<activity
7471
android:name=".settings.SettingsPreferences"
7572
android:label="@string/app_name" />

0 commit comments

Comments
 (0)