Skip to content

Commit

Permalink
v6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maskedeken committed May 11, 2024
2 parents 3e9e9e0 + 15889b4 commit 5c2c53c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
minSdk = 26
targetSdk = 34
versionCode = calcVersionCode(0)
versionName = "6.6.2"
versionName = "6.7.0"

vectorDrawables.useSupportLibrary = true
vectorDrawables.generatedDensities = []
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<string name="appFullName">SaeedDev94/Xray</string>
<string name="xrayLabel">XTLS/Xray-core</string>
<string name="tun2socksLabel">heiher/hev-socks5-tunnel</string>
<string name="tun2socksVersion">2.6.8</string>
<string name="tun2socksVersion">2.6.9</string>
<string name="assets">Assets</string>
<string name="logs">Logs</string>
<string name="excludedApps">Excluded Apps</string>
Expand Down
2 changes: 1 addition & 1 deletion app/versionCode.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
290
300
2 changes: 1 addition & 1 deletion build-xray.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ANDROID_PLATFORM_VERSION="android-34"
ANDROID_SDK_VERSION="34.0.0"
ANDROID_NDK_VERSION="26.2.11394342"
JAVA_VERSION="17"
GRADLE_VERSION="8.4"
GRADLE_VERSION="8.6"
GO_VERSION="go1.22.2"
GO_MOBILE_VERSION="v0.0.0-20240404231514-09dbf07665ed"

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.3.2" apply false
id("com.android.application") version "8.4.0" apply false
id("org.jetbrains.kotlin.android") version "1.9.22" apply false
id("com.google.devtools.ksp") version "1.9.22-1.0.17" apply false
}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Jul 11 19:53:33 IRST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/304.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- hev-socks5-tunnel @ v2.6.9

0 comments on commit 5c2c53c

Please sign in to comment.