diff options
author | 2025-05-19 18:14:43 +0200 | |
---|---|---|
committer | 2025-05-19 18:14:43 +0200 | |
commit | c417bb8d7c40432b9d5d3d70e91e2986965245f1 (patch) | |
tree | c2110c2e777419d9270ee0db4a4d4c8020d44fbd | |
parent | gradle: update to agp 8.10 (diff) | |
download | wireguard-android-1.0.20250519.tar.xz wireguard-android-1.0.20250519.zip |
version: bump1.0.20250519
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 c1c48683..01f1cce1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -wireguardVersionCode=512 -wireguardVersionName=1.0.20250516 +wireguardVersionCode=513 +wireguardVersionName=1.0.20250519 wireguardPackageName=com.wireguard.android # When configured, Gradle will run in incubating parallel mode. |