From e1cf2649fbe315091d28b72a5fe6e0124edb0bb9 Mon Sep 17 00:00:00 2001 From: Patrick Date: Tue, 2 Aug 2022 09:48:08 +1200 Subject: [PATCH] update version path --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a272c69..872905b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,7 +8,7 @@ apply plugin: 'com.google.firebase.crashlytics' ext.minimumSdkVersion = 19 ext.versionMajor = 1 ext.versionMinor = 10 -ext.versionPatch = 0 +ext.versionPatch = 2 ext.versionClassifier = null ext.isSnapshot = false