commit 7aa75b6fc84ba819a879f7934c78d0e2050a673f
parent 209a6673504eba6da8fec3b77ef5e6b7e7fb3feb
Author: auth <64337177+authorisation@users.noreply.github.com>
Date:   Thu,  8 Jun 2023 18:01:05 +0000

version bump (v1.0.2)
Diffstat:
Mapp/build.gradle | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/build.gradle b/app/build.gradle @@ -3,8 +3,8 @@ plugins { id 'org.jetbrains.kotlin.android' } -def appVersionName = "1.0.1" -def appVersionCode = 5 +def appVersionName = "1.0.2" +def appVersionCode = 6 android { compileSdk 33