From 037eeb3d57dc4a889fe43be79d01e4cb5562b1b4 Mon Sep 17 00:00:00 2001 From: Pierre-Henry Soria Date: Mon, 16 Sep 2019 10:10:15 +1200 Subject: [PATCH] :arrow_up: New release build --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 48ddcd4..4b8aeb6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,5 +1,5 @@ final VERSION_MAJOR = 2 // max two digits -final VERSION_MINOR = 4 // max two digits +final VERSION_MINOR = 5 // max two digits final VERSION_PATCH = 0 // max two digits final VERSION_BUILD = 0 // max three digits