Skip to content

Commit

Permalink
up 1.9.34
Browse files Browse the repository at this point in the history
  • Loading branch information
2dust committed Jan 30, 2025
1 parent eb22c7f commit 04c9832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions V2rayNG/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId = "com.v2ray.ang"
minSdk = 21
targetSdk = 35
versionCode = 629
versionName = "1.9.33"
versionCode = 630
versionName = "1.9.34"
multiDexEnabled = true

val abiFilterList = (properties["ABI_FILTERS"] as? String)?.split(';')
Expand Down

1 comment on commit 04c9832

@UjuiUjuMandan
Copy link
Contributor

@UjuiUjuMandan UjuiUjuMandan commented on 04c9832 Jan 31, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@2dust

Not like this, you must also checkout the AndroidLibXrayLite submodule to that tag (v25.1.30) so that the CI will download the release on that tag.

Also, I’m afraid if you haven’t known how it’s automated: you don’t have to manually replace the xray-core value in go.mod, just let it check and update as scheduled every day.

Please sign in to comment.