From e18ba18d9f132d92b8539a7db46c5df68467cf26 Mon Sep 17 00:00:00 2001 From: Alessandro Ferro <49845537+xfarrow@users.noreply.github.com> Date: Sat, 29 Oct 2022 19:55:54 +0200 Subject: [PATCH] 1.0.4 --- 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 8934277..e1a5947 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 4 - versionName "1.0.3" + versionCode 5 + versionName "1.0.4" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }