diff options
author | 2025-05-22 01:46:37 +0200 | |
---|---|---|
committer | 2025-05-22 01:46:37 +0200 | |
commit | b9969891b8064a6fb44ca330c3042e950e07d2c1 (patch) | |
tree | e02fd9ff87930f9fab401acd23db2749b25ba926 | |
parent | tools: bump to wireguard-go 0.0.20250522 for major regression (diff) | |
download | wireguard-android-b9969891b8064a6fb44ca330c3042e950e07d2c1.tar.xz wireguard-android-b9969891b8064a6fb44ca330c3042e950e07d2c1.zip |
version: bump1.0.20250522
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 01f1cce1..b4bc8063 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -wireguardVersionCode=513 -wireguardVersionName=1.0.20250519 +wireguardVersionCode=514 +wireguardVersionName=1.0.20250522 wireguardPackageName=com.wireguard.android # When configured, Gradle will run in incubating parallel mode. |