From 8c380f875a1a3328f95a1e9ff460588041175f3d Mon Sep 17 00:00:00 2001 From: Juan Docal <109512072+kp-juan-docal@users.noreply.github.com> Date: Tue, 5 Mar 2024 13:58:19 +0100 Subject: [PATCH] PIA-1482: Bump version name and code to `3.33.0` and `603` respectively (#74) PIA-1482: Bump version name and code to 3.33.0 and 603 respectively --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2d2c52f..83f5731 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -137,8 +137,8 @@ android { renderscriptTargetApi rootProject.minSdkVersion renderscriptSupportModeEnabled true - versionCode 602 - versionName "3.32.0" + versionCode 603 + versionName "3.33.0" setProperty("archivesBaseName", "pia-$versionName-$versionCode") vectorDrawables {