Loading CHANGELOG +10 −0 Original line number Diff line number Diff line CHANGELOG ========= 0.4.0 Pre-Alpha ---------------- * support for Android API 34 * Request bridges in app * request bridges from alternative locations * fix missing UI state for the case only some apps were selected for onion routing * fix app crash 0.3.0 Pre-Alpha ---------------- * Add PT (obfs4) * Update UI * Adding several tests Loading app/build.gradle +3 −3 Original line number Diff line number Diff line Loading @@ -13,8 +13,8 @@ android { applicationId "org.torproject.vpn" minSdk 24 targetSdk 34 versionCode 3 versionName "0.3.0" versionCode 4 versionName "0.4.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } Loading Loading @@ -104,7 +104,7 @@ dependencies { debugImplementation 'org.torproject:onionmasq:main-branch-debug' // releaseImplementation 'org.torproject:onionmasq:0.1.0-local-release' releaseImplementation 'org.torproject:onionmasq:0.3.0-local-release' releaseImplementation 'org.torproject:onionmasq:0.4.0-local-release' //tried this, still not sure we require this so commented for time being. /* implementation("androidx.datastore:datastore-preferences:1.0.0")*/ Loading Loading
CHANGELOG +10 −0 Original line number Diff line number Diff line CHANGELOG ========= 0.4.0 Pre-Alpha ---------------- * support for Android API 34 * Request bridges in app * request bridges from alternative locations * fix missing UI state for the case only some apps were selected for onion routing * fix app crash 0.3.0 Pre-Alpha ---------------- * Add PT (obfs4) * Update UI * Adding several tests Loading
app/build.gradle +3 −3 Original line number Diff line number Diff line Loading @@ -13,8 +13,8 @@ android { applicationId "org.torproject.vpn" minSdk 24 targetSdk 34 versionCode 3 versionName "0.3.0" versionCode 4 versionName "0.4.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } Loading Loading @@ -104,7 +104,7 @@ dependencies { debugImplementation 'org.torproject:onionmasq:main-branch-debug' // releaseImplementation 'org.torproject:onionmasq:0.1.0-local-release' releaseImplementation 'org.torproject:onionmasq:0.3.0-local-release' releaseImplementation 'org.torproject:onionmasq:0.4.0-local-release' //tried this, still not sure we require this so commented for time being. /* implementation("androidx.datastore:datastore-preferences:1.0.0")*/ Loading