Skip to content

Releases: guardianproject/orbot-android

Orbot for Android v17.9.5 RC 4 (tor 0.4.9.11)

Choose a tag to compare

@n8fr8 n8fr8 released this 07 Jul 14:08
17.9.5-RC-4-tor-0.4.9.11

fee774f Merge branch 'master' of github.com:guardianproject/orbot
a0ae1ca small bug fix for incorrect dialog/activity close
f8b52f1 Fix UI bug where progress bar is briefly zero'd out when you rotate the device/reopen the app while tor is starting. especially noticable with slower pluggable transports
a54905d fix UI bug where device defaults to no internet when you rotate really fast while establishing a VPN connection... First check if the UI state is starting BEFORE checking if theres no internet
58b7a98 MoreFragment onCreateView returned View? instead of View
066349d Merge branch 'master' of github.com:guardianproject/orbot
4eff389 style DNSTT confirmation dialog
b17920f fix regression where DNSTT option isnt listed for DNSTT countries
2730b64 Merge pull request #1748 from munzzyy/fix-lan-permission-request
fb73864 style dialog
53f6ee4 Uncheck the open proxy on all interfaces preference if the user revoked the permission outside of the app.
89e4767 Move logic for checking ACCESS_LOCAL_NETWORK permission for open proxy on all interfaces from TorConfig.kt to Prefs
7934d60 Create extension function for opening the app's system settings, instead of duplicating it across UPnPFragment+SettingsPrefFragment, etc
737e289 Use an AlertDialog for the open proxy on all interfaces permission A Toast didnt display the whole text, and doesn't explain the immediate prompting of the vague "Access Nearby Devices" system permission dialog
68281f9 Touchups: - Repeat duplicating the preference key as a string literal - Use @RequiresApi annotation for Android 17 code - Only set the listener on the open proxy preference if API 37+
c57d730 request ACCESS_LOCAL_NETWORK when enabling open proxy on all interfaces on Android 17+
63e48dc use color constant
4fb0c6d Add the assets for a new navbar
45bc09e Merge pull request #1747 from weblate/weblate-guardianproject-orbot
3ef48c8 Translated using Weblate (English (United Kingdom))
c43d780 Translated using Weblate (German)
1000efa Translated using Weblate (German)
28d2e09 Translated using Weblate (German)
46fa306 Merge pull request #1746 from weblate/weblate-guardianproject-orbot

Orbot for Android v17.9.5 RC 3 (tor 0.4.9.11)

Choose a tag to compare

@n8fr8 n8fr8 released this 02 Jul 18:47
17.9.5-RC-3-tor-0.4.9.11

8e6f5e0 (HEAD -> master, tag: 17.9.5-RC-3-tor-0.4.9.11) Merge branch 'master' of github.com:guardianproject/orbot
7eba95a update to 1795300300
5d90533 (origin/master, origin/HEAD) Merge pull request #1740 from guardianproject/remove-release-bins
e1d9369 Merge pull request #1737 from guardianproject/new-kindnesss-screenshot-fix
cf564b7 Merge pull request #1736 from guardianproject/playstore-release-tweaks
dddf4be Merge pull request #1741 from weblate/weblate-guardianproject-orbot
61138eb Translated using Weblate (Italian)
36f2d5d Translated using Weblate (Italian)
5847a67 Merge pull request #1739 from weblate/weblate-guardianproject-orbot
a55dcae remove APKs and other release metadata from repo, add app/fullperm/release to .gitignore
9886920 Translated using Weblate (Chinese (Simplified Han script))
5258418 Merge branch 'master' of github.com:guardianproject/orbot
a749530 (origin/playstore-release-tweaks) fix issue where port labels reset on rotation
c84fbe0 En français, use "Plus" instead of "Plus d'information" for the bottom nav view. It's the only string that's so long, and the view is broken
a8a4fed specify that screenshot blocking is off by default
f3c7bb9 Remove android:taskAffinity="" from the application manifest, this actually fixes a very weird bug I never could locate where opening the onion service/client auth (which are still legacy java activities, creates a new entry in the app switcher. The default value for this is the application ID...
037db04 Merge pull request #1738 from weblate/weblate-guardianproject-orbot
17bb5af Translated using Weblate (Páez)
e49cca1 Translated using Weblate (Latvian)
6ca2963 Translated using Weblate (Latvian)
f0d95ea Translated using Weblate (Latvian)
caba7fc redid connected screenshot for english, need to run whole suite, but theres disparities between locales in app/playstore and locales on website
f41c5da cherry picked new kindness mode screenshots for en-US, ja, and vi
047e7dc (origin/new-kindnesss-screenshot-fix) added a few more fully translated screenshot to ensure test works across locale change
fdb27e2 Fix kindness mode screenshot after UI was reworked for this new release
813f977 Remove android:hasFragileUserData="false" from the Manifest. When true, the system will prompt the user to backup data when the user uninstalls the app. We have it set to false, which is the default. Also remove tools:targetApi="29" since we no longer use android:hasFragileUserData
f8d6cf4 use tor-android 0.4.9.11
29c522e (tag: 17.9.5-RC-2-tor-0.4.9.11) update changelog
ef12327 update to 1795300200
99e24d2 update build-in bridges
43ba1cb update to tor-android 0.4.9.11
b269253 update built in bridges from torproject
9f19ff2 Merge pull request #1734 from guardianproject/dependabot/bundler/faraday-1.10.6
8a3a798 Bump faraday from 1.10.5 to 1.10.6
49c8350 use gradle 9.6.1, faster confiuration cache performance
d286faf use snowflake 2.14.1 in new IPtProxy release
5abc0f6 update built in bridges from torproject
b81d0b9 update geoip for tor 0.4.9.11
f634bdc tweaked fun AlertDialog.Builder.createWithCurves()
f3cf0c7 Merge pull request #1731 from guardianproject/api37
4958414 3 small fixes
4d48537 Merge branch 'master' into api37
7dc90dc explicitly include material3, was able to build it within android studio but ./gradlew complained about the dependency being absent
f8aa48b upgrade to WaifuUPnP v1.1.0 with my api37 + gradle changesets applied
c588949 Finished ACCESS_LOCAL_NETWORK permission logic for Android 17
2c39b23 Merge branch 'master' into api37
5aa8ee4 other themeing and misc appcompat warnings
c7e14d2 make screenshot prevention setting default to false if user hasnt set it #1729
91bea1f explicitly decalre androidx core for resourcecompat.rebase method not found error #1729
8c4c645 (origin/1715-1728-arm32-crash) fix for #1728 lateinit playstore crash
c0db41b update changelog summary

Orbot for Android v17.9.5 RC 2 (tor 0.4.9.11)

Choose a tag to compare

@n8fr8 n8fr8 released this 30 Jun 16:27
17.9.5-RC-2-tor-0.4.9.11

99e24d2 update build-in bridges
43ba1cb update to tor-android 0.4.9.11
49c8350 (origin/master, origin/HEAD) use gradle 9.6.1, faster confiuration cache performance
d286faf use snowflake 2.14.1 in new IPtProxy release
5abc0f6 update built in bridges from torproject
b81d0b9 update geoip for tor 0.4.9.11
f634bdc tweaked fun AlertDialog.Builder.createWithCurves()
f3cf0c7 Merge pull request #1731 from guardianproject/api37
4958414 3 small fixes
4d48537 Merge branch 'master' into api37
7dc90dc explicitly include material3, was able to build it within android studio but ./gradlew complained about the dependency being absent
f8aa48b upgrade to WaifuUPnP v1.1.0 with my api37 + gradle changesets applied
c588949 Finished ACCESS_LOCAL_NETWORK permission logic for Android 17
2c39b23 Merge branch 'master' into api37
5aa8ee4 other themeing and misc appcompat warnings
c7e14d2 make screenshot prevention setting default to false if user hasnt set it #1729
91bea1f explicitly decalre androidx core for resourcecompat.rebase method not found error #1729
8c4c645 (origin/1715-1728-arm32-crash) fix for #1728 lateinit playstore crash

Orbot for Android v17.9.5 RC 1 (tor 0.4.9.9)

Choose a tag to compare

@n8fr8 n8fr8 released this 24 Jun 12:35
17.9.5-RC-1-tor-0.4.9.9

Important fixes and changes since 17.9.3-RC-1-tor-0.4.9.6:

Tor & networking

  • Upgraded tor-android to 0.4.9.9 (with x86 fix), via 0.4.9.8
  • Updated built-in bridges and geoip data from torproject (geoip from tor-0.4.9.10)
  • Verified/fixed onion service client authorization via .auth_private file import and dialog (#1706, #1584)

Kindness Mode (Snowflake proxy)

  • Connection test now exhausts every way to determine snowflake eligibility before connecting to Tor, with clearer error messages (e.g. when another VPN app is active, with a shortcut into system VPN settings)
  • Kindness mode config changes immediately invalidate/restart a running snowflake proxy (#1710)
  • NAT type now updates live in the fragment without binding to the service
  • Introduced Regionalization.kt to centralize exit-node and DNSTT countries, and to disable kindness mode in heavily censored regions
  • Fixed edge case where the kindness dialog could dismiss without unlocking the main screen
  • Bumped snowflake to 2.14.0

UI & service stability

  • Fixed boot/auto-start issues (#1713) and a false on-boot trigger when deploying from Android Studio
  • Fixed a race condition in OrbotService
  • More accurate connection progress via STATUS_CLIENT events; progress and subtitle now persist across rotation
  • Fixed log being cleared on device rotation; log fragment reworked and decoupled from OrbotActivity
  • Removed "No Network Auto-Sleep" setting, now defaulted on (#1112)

Build & maintenance

  • Upgraded to Gradle 9.6.0 (Gradle 10 ready) and Java 24
  • Misc. lint/warning cleanups and many updated Weblate translations

Orbot for Android v17.9.5 BETA 3 (tor 0.4.9.9.1)

Choose a tag to compare

@n8fr8 n8fr8 released this 20 Jun 17:35
17.9.5-BETA-3-tor-0.4.9.9

29edf45 (HEAD -> master, tag: 17.9.5-BETA-3-tor-0.4.9.9, origin/master, origin/HEAD) updaet to 1795200300
cf58dc2 Merge branch 'master' of github.com:guardianproject/orbot
093f5e3 (tag: 17.9.5-BETA-2-tor-0.4.9.9) updaet to 1795200200
1fbfd7a upgrade tor-android to 0.4.9.9 with fix for x86
dbdd1d1 make the event list mutable so we can add events to it
5c383d5 update built in bridges from torproject
88ec8d3 Merge pull request #1724 from weblate/weblate-guardianproject-orbot
5949f10 Translated using Weblate (Vietnamese)
b02d312 Merge pull request #1722 from weblate/weblate-guardianproject-orbot
30ff5d6 bump androidx-lifecycle 2.10.0 -> 2.11.0
53d106e Translated using Weblate (Indonesian)
d722dd0 Translated using Weblate (Vietnamese)
44e71ce Translated using Weblate (Vietnamese)
e18ad64 update bridge files

Orbot for Android v17.9.5 BETA 1 (tor 0.9.4.9)

Choose a tag to compare

@n8fr8 n8fr8 released this 15 Jun 16:30
17.9.5-BETA-1-tor-0.4.9.9

d5384bc (tag: 17.9.5-BETA-1-tor-0.4.9.9) update to 1795200100
1a2c20d Merge branch 'master' of github.com:guardianproject/orbot
9c038ad (origin/master, origin/HEAD) Merge pull request #1721 from weblate/weblate-guardianproject-orbot
68688d0 Merge pull request #1720 from syphyr/format_license
da68e2d Translated using Weblate (Irish)
3aaa2a6 Translated using Weblate (Vietnamese)
fdd177f Translated using Weblate (Hebrew)
e5ed128 Translated using Weblate (Hebrew)
a34bf5d Translated using Weblate (Japanese)
0556b23 Format license for lower resolution device
aed6d7c add descriptions to our custom gradle tasks, removing warnings
6aae9e9 remove duplicate property key from gradle.properties
d552dae bump to snowlfake 2.14.0
32dfeb9 Merge pull request #1718 from weblate/weblate-guardianproject-orbot
2f0978e Translated using Weblate (Albanian)
005b277 Translated using Weblate (Arabic)
64dcd83 Translated using Weblate (Arabic)
a86d19f Translated using Weblate (Chinese (Simplified Han script))
468194f removed unused layout dimensions values
fffc65f typo fix in variable name
04e56d0 Merge remote-tracking branch 'weblate/weblate-guardianproject-orbot'
85ff882 Translated using Weblate (Persian)
e04f413 Merge pull request #1670 from tladesignz/kindness_mode
137503d fix typo, 1 minute -> 10 minutes
6450769 Merge pull request #1702 from guardianproject/snowflake-proxy-type
012083a Cleanup behind Regionalization introduction.
ff77b0d Fixed display of test success message.
982676e Lint and cleanup for codereview
04571cd Merge branch 'master' into kindness_mode
d6a85cd Fix annoying bug where deploying code in android studio false triggers on boot completed event, which starts tor...
40d5308 Fixes race condition in OrbotService:
048ba9b When test passed, fragment result was only set if you clicked the btn So if you dismissed dialog, the UI didn't update... Also, no need to set a fragment result on failure
184bd08 connection test works with coroutine blocking!
df1b71e Revert "Use non-deprecated way to stopForeground service,"
b32a4c4 NAT type is updated without binding to the service. latest nat type is saved to a shraedpref when you open the kindness fragment the latest is updated stoppin the service writes the nat type to unknonw the fragment, while open, observes a change to the shared pref, so it updates live while you have the screen open
e905c89 kotlin serialization 2.4.0
a4122d3 Revert "Use non-deprecated way to stopForeground service,"
bc476d2 progress and subtitle persist upon connection/rotation
1aef3fd Get much more accurate progress updates now that we subscribe to STATUS_CLIENT event
411f0a9 use kotlin duration instead of long value for milleseconds
9859888 Merge branch 'master' into kindness_mode
cfacd7f alwyas stop snowflake proxy on new network events, and only restart it when appropriate
79aa290 Use non-deprecated way to stopForeground service, removes warning and possible bugs with notiifcation lingering on some platforms of android
296c4b8 Update README.md
665e4e1 Merge pull request #1712 from weblate/weblate-guardianproject-orbot
08bc0f9 Translated using Weblate (Turkish)
4595719 Merge pull request #1709 from guardianproject/dependabot/bundler/jwt-2.10.3
37f3bd0 Bump jwt from 2.10.2 to 2.10.3
6e27d5b Merge branch 'master' into kindness_mode
53e7550 use java 24, its whats suggested for our gradle version
c350e40 removed unused packaging/resources from app/build.grdale.kts
e1f74c3 optimized gradle.properties
94b80df update geoip from torproject
e8778c9 Fixed bug where you can click the same menu button at the bottom over and over and re-navigate to the screen yr already on
b97b9d2 cleaned up dialog so far, used sensible names for view IDs, removed unneeded code
ca15b8c display error messages when failing kindness mode evaluation. for instance, if you have a VPN app running explain you must either get rid of it or use Orbot as the VPN. provide a way to get into the system VPN settings
f1fd93f Use Regionalization.kt to disable kindness mode in extremely censored countries
d7bc7c2 Merge branch 'master' into kindness_mode
8f9a9d6 Kindness Mode Connection test first exhausts every way to determine if you can/cant be a snowflake without connecting to Tor.
22889d3 TODO add comment about bug surrounding the NoInternet state. Orbot thinks it has internet if theres an active VPN connection to another VPN app, even if that VPN connection is broken/the other app deines orbot internet connection
d8477ae Update Kindness Mode Quality Check:
1fefdb7 change message for countries where snowflake test is disabled outright
fe29a16 Merge pull request #1705 from weblate/weblate-guardianproject-orbot
761855c Translated using Weblate (Bulgarian)
7d0c780 lint, cleanup gradle cruft, remove unused/misleading annotations that dont do anything
32de13e remove redundant warnings in settings.gradle.kts
5833d34 bump quickie from 1.11.0->1.12.0, library used for scanning bridge qr codes
a2b2ab2 Merge pull request #1703 from weblate/weblate-guardianproject-orbot
b8979d9 Translated using Weblate (Portuguese (Brazil))
57efded update bridges
e5921db update to 2.7.0

Orbot for Android v17.9.4 BETA 2 (tor 0.9.4.8)

Choose a tag to compare

@n8fr8 n8fr8 released this 26 May 01:44
17.9.4-BETA-2-tor-0.4.9.8

Orbot 17.9.4 (2.7.0) — Android

This release upgrades the core Tor engine, expands proxy and bridge options, and fixes a few connection bugs.

Updated Tor

  • Upgraded to Tor 0.4.9.8, with a refreshed GeoIP database for more accurate country and exit-node selection.

Shadowsocks proxy support

  • Added a built-in Shadowsocks (Rust) client, so you can route Tor through a Shadowsocks proxy directly from Orbot.
  • Shadowsocks now works alongside the Meek, obfs4, and WebTunnel pluggable transports.
  • New "No Proxy" option lets you switch off an outbound proxy without having to clear your saved host or Shadowsocks URL.
  • Cleaner proxy setup: the configuration field now expects a Shadowsocks Configuration URL, uses the right keyboard for URLs, and drops redundant entries from the proxy-type
    list.

Bridges & circumvention

  • Refreshed the bundled bridge lines.
  • Updated IPtProxy to 5.4.2, including a new DNSTT release for better censorship circumvention.
  • Reorganized the exit-node and DNSTT-supported country lists so it's clear which regions are available.

Fixes

  • Fixed a connection regression when using obfs4 without an outbound proxy.
  • Entry Nodes are now ignored when a pluggable transport is active, avoiding an invalid Tor configuration.
  • Orbot now reports itself as active only when Tor is actually running.

Translations

  • Updated translations for Arabic, Albanian, Bulgarian, Catalan, Chinese (Simplified), Greek, Irish, Italian, Japanese, Spanish (incl. Mexico), Tamil, and UK English.

Under the hood

  • Disabled Shadowsocks on x86 devices (unsupported) with a more robust build script.
  • Bumped hev-socks5-tunnel to 2.15.0.
  • Build/toolchain updates: Gradle 9.5.1, Android Gradle Plugin 9.2.1, Kotlin Coroutines 1.11.0, and Fastlane.
  • Improved reproducibility of the GeoIP build.

Orbot for Android v17.9.4 BETA 1 (tor 0.4.9.6.2)

Choose a tag to compare

@n8fr8 n8fr8 released this 05 May 21:16
17.9.4-BETA-1-tor-0.4.9.6.2

Release

Build / tooling

  • Bumped to Gradle 9.5.0 and Android Gradle Plugin 9.2.0 (earlier 9.1.0 → 9.1.1) (3cc66c8, 57e0d1d, 12d757f)
  • Latest Kotlin + navigation-fragment-ktx patch (5d17726)
  • Fastlane gem updated to 2.233.0; Screengrab tweaks for new AGP test APK path (473f83a, b870ce3)
  • Reproducible geoip.jar via Python's zipfile so the artifact only changes when tor's geoip data does (6decfeb), plus a regression fix on it (6bdc098)
  • Re-enabled versionCode auto-increment for releases (a3678ca)
  • Dropped unused deps (Volley, junit.jupiter, leftover gradle deps); Orbot now an application module only, not an android library (32634ff, dcb3751, 9c6a706)

Features / fixes

  • IPv6 bridge regex fix — allows [ and ] so webtunnel addr= works (#1672, 6f08189)
  • Listens to STATUS_CLIENT tor events for the new bootstrap fix (b84d090)
  • IPtProxy 5.4.1 with natTypeUpdated event for Kindness mode (2db4fa4, b070bf1)
  • Kindness UI redesign with simpler layouts (044c520)
  • AndroidManifest cleanup — suppress foreground/VPN service policy warnings, data-extraction config for Play (a70aa5a)
  • Restored accidentally removed LocalBroadcastManager dep (0e82e1d)

Suggested apps

  • Added Accrescent app store, Molly (hardened Signal fork), and Vanadium (GrapheneOS browser); fixed Vanadium app ID (a3da57e, f227f4b)

Localization

  • Lots of Weblate updates: Tamil, Catalan, Albanian, Chinese (Trad/Simp), Polish, Turkish, Italian, Portuguese (BR), Korean, Irish, Japanese, Arabic, Indonesian, English (UK)
  • Japanese fastlane locale moved to plain ja for website integration (1793950)

Orbot for Android v17.9.3 RC 1 (tor 0.4.9.6)

Choose a tag to compare

@n8fr8 n8fr8 released this 10 Apr 16:01
17.9.3-RC-1-tor-0.4.9.6

98e984f (HEAD -> master) update bridges
c793046 (tag: 17.9.3-RC-1-tor-0.4.9.6) update to 1793300100
e66d513 (origin/master, origin/HEAD) upgrade tor android to 0.4.9.6
4820e41 bump IPtProxy to support snowflake 2.13.1, also bump serialization gradle dep to minor relesae
c085624 Merge pull request #1659 from 0nF1REy/fix-pt-br-translations
82e09ba Merge pull request #1660 from guardianproject/dependabot/bundler/addressable-2.9.0
8964252 Bump addressable from 2.8.8 to 2.9.0
24a0c17 fix: correct spelling, grammar and regional consistency in Portuguese (PT-BR) strings
fa39ac7 Merge pull request #1655 from guardianproject/agp10-config-cache
1f48c61 Merge pull request #1648 from guardianproject/battery-opt-disable
7ec8d02 fix typo from PR
fd41166 Update battery optimization dialog to give power users an option to silence it
a2a294a Merge branch 'master' into battery-opt-disable
43a0a4d turn on configuration cache, it works and builds are MUCH faster. closes #1617
8b23c29 Make the APK renaming and the download bridge @ relesae time gradle tasks compatible with the configuration cache, which is mandatory for the upcoming AGP 10
6729644 importing java.util.* in app/build.gradle coerced a kotlin list in gradle DSL into old school Java list, just explicitly import the two classes
024e4f6 stop using deprecated and typeunsafe bundleOf in camo dialog
8d67882 build orbot with NDK 29.0.14206865
4b5dcb4 update geoip for tor 0.4.9.6
1605f47 fix small UI bug around power user schedule exact alarm dialog
387851d bump android work dependency
6cfb1fd Merge remote-tracking branch 'deltadroid/fix_navbar'
a707b92 Merge pull request #1649 from weblate/weblate-guardianproject-orbot
3d0c786 Fix rounded corner clipping in floating navbar
3bb1223 Translated using Weblate (Italian)
67fad7e Translated using Weblate (Turkish)
db4f6f2 Dialog to disable battery optimizations when using power user mode, fixed bug where failing to setup power user mode kept connect switch set to true
1791f6d logic to disable battery optimizations from the settings
72fdd40 rename java package
96434a1 Closes #1624, adds a qucik settings tile to send newnym signal
cc01a65 Remove deprecated code from tile service, refactor package
dac9f5d android lint
8a89799 bump gradle 9.4.0->9.4.1
f12e50a update kotlin, androidx and rootbeer deps
1fdc3a0 Merge pull request #1644 from weblate/weblate-guardianproject-orbot
eaa42eb Merge pull request #1645 from guardianproject/dependabot/bundler/json-2.19.2
0ed29e6 Bump json from 2.18.1 to 2.19.2
746b131 Translated using Weblate (English (United Kingdom))
fe42deb Translated using Weblate (Chinese (Simplified Han script))
edc7a22 Translated using Weblate (Irish)
4e77307 Translated using Weblate (Spanish)
07b8681 Translated using Weblate (Spanish)
5efd657 update built in bridges

Orbot for Android 17.9.2-RC-1 (tor-0.4.9.5.1)

Choose a tag to compare

@n8fr8 n8fr8 released this 17 Mar 13:50
17.9.2-RC-1-tor-0.4.9.5.1

What's Changed

5efd657 (HEAD -> master, origin/master, origin/HEAD) update built in bridges
bca7647 (tag: 17.9.2-RC-1-tor-0.4.9.5.1) update to 1792300100
bf79974 Merge pull request #1643 from weblate/weblate-guardianproject-orbot
50ceb92 Translated using Weblate (Chinese (Simplified Han script))
5e49d0e Translated using Weblate (Persian)
3774db5 update geoip for upcomig RC
1ab2c50 Flow for user to prove they can connect directly to tor before using kindness mode
228cebc Error cases for kindness mode, dont use at all if in certain censored countries, dont use if connected to tor but using a bridge anywhere. hooks into UI.
640276f add button to wipe set country, as its actually very hard to clear without setting another coutnry
faa5817 disclaimer about bridges on kindness mode screen
8972099 more kindness ui touchups
94277ea Custom bridge connect btn doesnt get cut off with LARGE fonts, closes #1638
734efac Prevent safe warning in new IgnoreAccentsArrayAdapter from appearing in gralde builds, add top level gradle config to explicitly log all deprecated and unchecked operations when assembling
2dafe41 Fixes for the upcoming AGP 10
b0452d5 bump to new iptproxy with dsntt fixes
064b225 Fix abi specific versionCode generator logic
55091cd update built in bridges

Full Changelog: 17.9.2-BETA-1-tor-0.4.9.5.1...17.9.2-RC-1-tor-0.4.9.5.1