From 9882c95bfc75d1645917563ba92741189a242327 Mon Sep 17 00:00:00 2001 From: SDIDSA Date: Fri, 21 Jul 2023 08:45:35 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=A7=B9:=20updated=20version=20to?= =?UTF-8?q?=200.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index cac475a..1604f59 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -31,7 +31,7 @@ android { minSdk 24 targetSdk 34 versionCode 1 - versionName "0.1.0" + versionName "0.1.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }