From 3d5f61f076abfe749d7fc93df65b3a6d91816435 Mon Sep 17 00:00:00 2001 From: zechs Date: Wed, 14 Jun 2023 16:31:36 +0530 Subject: [PATCH] App version bump --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 151b5e9..d9f910d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,8 +20,8 @@ android { applicationId "zechs.drive.stream" minSdk 21 targetSdk 33 - versionCode 10 - versionName "1.3.1" + versionCode 11 + versionName "1.3.2" archivesBaseName = "${applicationId}-${versionCode}" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"