From d0b5f16be6a146fb4fc1c143e5a7522d0b27cd76 Mon Sep 17 00:00:00 2001 From: JRoberts <8711996+jr-simplex@users.noreply.github.com> Date: Wed, 12 Oct 2022 18:58:50 +0400 Subject: [PATCH] android: version 4.1 (61) --- apps/android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/android/app/build.gradle b/apps/android/app/build.gradle index d2c02be251..6db31f90d2 100644 --- a/apps/android/app/build.gradle +++ b/apps/android/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "chat.simplex.app" minSdk 29 targetSdk 32 - versionCode 60 - versionName "4.0.1" + versionCode 61 + versionName "4.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" ndk {