From b2bdc3a36041a7ac47abc4083cb2ec2f6ef700c7 Mon Sep 17 00:00:00 2001 From: Yaroslav Zotov <35657233+zotovY@users.noreply.github.com> Date: Wed, 29 Sep 2021 17:03:03 +0500 Subject: [PATCH] change app version to v0.0.6 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 4e40ccf..9a36b05 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "dev.zotov.phototime" minSdk 26 targetSdk 31 - versionCode 5 - versionName '0.0.5' + versionCode 6 + versionName '0.0.6' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables {