From b52bdb54a8a61bc3d4a9f63408e09019bb0b5c73 Mon Sep 17 00:00:00 2001 From: SDIDSA Date: Sun, 23 Jul 2023 11:35:49 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=A7=B9:=20increase=20version=20to?= =?UTF-8?q?=200.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1604f59..88f0310 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,8 +30,8 @@ android { applicationId "org.luke.diminou" minSdk 24 targetSdk 34 - versionCode 1 - versionName "0.1.1" + versionCode 3 + versionName "0.1.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }