From 8868f3a1a528ee6a9cdb7a72e42fce32f5ae21e3 Mon Sep 17 00:00:00 2001 From: Vitaly Katz Date: Thu, 2 Mar 2023 15:46:54 +0100 Subject: [PATCH] Update app version --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ca1de5030..f13a6a946 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,7 +13,7 @@ android { defaultConfig { applicationId "io.gnosis.safe" versionCode getInt("APP_VERSION_CODE", 703) - versionName getKey("APP_VERSION_NAME", "3.6.1") + versionName getKey("APP_VERSION_NAME", "3.6.2") testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" // Infura API key