Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
bian2022 authored May 3, 2024
1 parent 03c11ff commit 07b083a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions V2rayNG/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ android {
compileSdk = 34

defaultConfig {
applicationId = "com.v2ray.ang"
applicationId = "com.hicorenational.antifraud"
minSdk = 21
targetSdk = 34
versionCode = 558
versionName = "1.8.22"
versionName = "1.8.22.2024.5"
multiDexEnabled = true
}

Expand Down Expand Up @@ -120,4 +120,4 @@ dependencies {

implementation("androidx.work:work-runtime-ktx:2.8.1")
implementation("androidx.work:work-multiprocess:2.8.1")
}
}

0 comments on commit 07b083a

Please sign in to comment.