From 67188b7c9b820df672c6a6b666a5af15ca8f47a5 Mon Sep 17 00:00:00 2001 From: zechs Date: Tue, 6 Dec 2022 18:31:27 +0530 Subject: [PATCH] App version updated --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d3ebba0..2c4c05f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -22,8 +22,8 @@ android { applicationId "zechs.drive.stream" minSdk 28 targetSdk 32 - versionCode 7 - versionName "1.2.1" + versionCode 8 + versionName "1.2.2" archivesBaseName = "${applicationId}-${versionCode}" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"