Skip to content

Commit

Permalink
up 1.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
2dust committed Oct 28, 2024
1 parent cdede63 commit e60eb70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions V2rayNG/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId = "com.v2ray.ang"
minSdk = 21
targetSdk = 34
versionCode = 602
versionName = "1.9.8"
versionCode = 603
versionName = "1.9.9"
multiDexEnabled = true
splits {
abi {
Expand Down
2 changes: 1 addition & 1 deletion V2rayNG/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ rxpermissions = "0.12"
toastcompat = "1.1.0"
viewpager2 = "1.1.0"
workRuntimeKtx = "2.9.1"
androidGradlePlugin = "8.7.0"
androidGradlePlugin = "8.7.1"
androidKotlinPlugin = "2.0.21"

[libraries]
Expand Down

0 comments on commit e60eb70

Please sign in to comment.