Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vfarid committed Apr 1, 2024
2 parents 92a2743 + 90a6fb3 commit 67b3d42
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 @@ -11,8 +11,8 @@ android {
applicationId = "com.vfarid.v2rayng"
minSdk = 21
targetSdk = 34
versionCode = 550
versionName = "1.8.0"
versionCode = 552
versionName = "1.8.19"
multiDexEnabled = true
}

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

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

0 comments on commit 67b3d42

Please sign in to comment.