Skip to content

Commit

Permalink
1.01.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed May 1, 2023
1 parent 075be5b commit 643a1fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions V2rayNG/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
minSdkVersion 21
targetSdkVersion Integer.parseInt("$targetSdkVer")
multiDexEnabled true
versionCode 5100104 //hiddify
versionName "1.01.4" //hiddify
versionCode 5100105 //hiddify
versionName "1.01.5" //hiddify
}

buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion V2rayNG/app/src/main/kotlin/com/v2ray/ang/util/Utils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ object Utils {

fun getLocale(context: Context): Locale =
when (settingsStorage?.decodeString(AppConfig.PREF_LANGUAGE) ?: "auto") {
"auto" -> getSysLocale()
"auto" -> Locale("fa") //getSysLocale()
"en" -> Locale("en")
"zh-rCN" -> Locale("zh", "CN")
"zh-rTW" -> Locale("zh", "TW")
Expand Down
Binary file added screenshots/HiddifyNG(1).mp4
Binary file not shown.

0 comments on commit 643a1fa

Please sign in to comment.