From f8c6745ed7135e380457a42d0cddd9ca2565c454 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sun, 13 Oct 2019 14:10:06 +0200 Subject: Version bump --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/build.gradle b/app/build.gradle index b0ead1e0..abae4e08 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,7 +17,7 @@ android { applicationId 'com.wireguard.android' minSdkVersion 21 targetSdkVersion 29 - versionCode 453 + versionCode 454 versionName '0.0.20191013' buildConfigField 'int', 'MIN_SDK_VERSION', "$minSdkVersion.apiLevel" } -- cgit v1.2.3-59-g8ed1b