diff options
author | 2025-05-31 04:22:08 +0200 | |
---|---|---|
committer | 2025-05-31 04:22:08 +0200 | |
commit | f0b45d50f332cd532ee9f62cd51582da6fea7e49 (patch) | |
tree | d3ee0a7203ebde96983bff990ed4b8ac0b822ca9 | |
parent | QrCodeFromFileScanner: more efficiently downscale images and release memory (diff) | |
download | wireguard-android-f0b45d50f332cd532ee9f62cd51582da6fea7e49.tar.xz wireguard-android-f0b45d50f332cd532ee9f62cd51582da6fea7e49.zip |
version: bumpHEAD1.0.20250531master
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r-- | gradle.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index e1d098ed..cc98c2f7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -wireguardVersionCode=515 -wireguardVersionName=1.0.20250523 +wireguardVersionCode=516 +wireguardVersionName=1.0.20250531 wireguardPackageName=com.wireguard.android # When configured, Gradle will run in incubating parallel mode. |