From 47daee83e52e523a6464d3123a4957afdb671451 Mon Sep 17 00:00:00 2001 From: auth <64337177+authorisation@users.noreply.github.com> Date: Sun, 4 Jun 2023 22:16:54 +0000 Subject: [PATCH] version bump (v1.0.0) Major updates --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b3eeefb3..8cb96369 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,7 +3,7 @@ plugins { id 'org.jetbrains.kotlin.android' } -def appVersionName = "0.1.2" +def appVersionName = "1.0.0" def appVersionCode = 4 android {