Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bepass-org/oblivion
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.8-test
Choose a base ref
...
head repository: bepass-org/oblivion
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.9-test
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Feb 13, 2024

  1. fine tunings

    uoosef committed Feb 13, 2024
    Copy the full SHA
    3087e0d View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 app/build.gradle
  2. +1 −1 app/libs/go.mod
  3. +1 −1 app/src/main/res/layout/activity_info.xml
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -11,8 +11,8 @@ android {
applicationId "org.bepass.oblivion"
minSdk 21
targetSdk 34
versionCode 9
versionName "1.8"
versionCode 10
versionName "1.9"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
2 changes: 1 addition & 1 deletion app/libs/go.mod
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ replace github.com/Psiphon-Labs/psiphon-tunnel-core => github.com/uoosef/psiphon
replace github.com/eycorsican/go-tun2socks => github.com/trojan-gfw/go-tun2socks v1.16.3-0.20210702214000-083d49176e05

require (
github.com/bepass-org/wireguard-go v1.0.3-rc2
github.com/bepass-org/wireguard-go v1.0.4-rc2
github.com/eycorsican/go-tun2socks v1.16.11
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
github.com/xjasonlyu/tun2socks/v2 v2.5.2
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_info.xml
Original file line number Diff line number Diff line change
@@ -96,7 +96,7 @@
android:fontFamily="@font/shabnam"
android:textColor="@color/black"
android:gravity="center"
android:text="App Version: 0.0.8-test" />
android:text="App Version: 0.0.9-test" />


</LinearLayout>