diff options
author | 2025-05-16 18:49:22 +0200 | |
---|---|---|
committer | 2025-05-16 18:49:22 +0200 | |
commit | 4061003ef88c1610c5483e3d78ce823638a2420e (patch) | |
tree | 32c4ea9783eba4af5d1ae54e692e734e34c9956c | |
parent | gradle: update agp to 8.9.3 (diff) | |
download | wireguard-android-1.0.20250516.tar.xz wireguard-android-1.0.20250516.zip |
version: bump1.0.20250516
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 9775d42e..c1c48683 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -wireguardVersionCode=511 -wireguardVersionName=1.0.20250515 +wireguardVersionCode=512 +wireguardVersionName=1.0.20250516 wireguardPackageName=com.wireguard.android # When configured, Gradle will run in incubating parallel mode. |