From 2f66e7576446d24dfafe7ce4bd287efa952c37e5 Mon Sep 17 00:00:00 2001 From: Aditya Bavadekar <64344960+AdityaBavadekar@users.noreply.github.com> Date: Tue, 18 Oct 2022 15:53:53 +0530 Subject: [PATCH] Change version to 1.0.2 --- pinlog-activity/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pinlog-activity/build.gradle b/pinlog-activity/build.gradle index 8a5440f..5c5f20d 100644 --- a/pinlog-activity/build.gradle +++ b/pinlog-activity/build.gradle @@ -25,7 +25,7 @@ android { minSdkVersion 19 targetSdkVersion 31 versionCode 1 - versionName "1.0.0" + versionName "1.0.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles "consumer-rules.pro" @@ -57,4 +57,4 @@ dependencies { //RecyclerView implementation 'androidx.recyclerview:recyclerview:1.2.1' -} \ No newline at end of file +}