commit 47daee83e52e523a6464d3123a4957afdb671451
parent 9a64e48a14153cb287fd52586e2b6a7e73204c28
Author: auth <64337177+authorisation@users.noreply.github.com>
Date:   Sun,  4 Jun 2023 22:16:54 +0000

version bump (v1.0.0)

Major updates
Diffstat:
Mapp/build.gradle | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 {