From 34ab8c4cc19e898d5da94e2add26721b7db86f62 Mon Sep 17 00:00:00 2001 From: Alessandro Ferro <49845537+xfarrow@users.noreply.github.com> Date: Thu, 27 Oct 2022 14:58:54 +0200 Subject: [PATCH] 1.0.2 --- src/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/build.gradle b/src/app/build.gradle index 18da622..646b705 100644 --- a/src/app/build.gradle +++ b/src/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.xfarrow.locatemydevice" minSdk 28 targetSdk 33 - versionCode 2 - versionName "1.0.1" + versionCode 3 + versionName "1.0.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }