From 3973685231059758acf26911896629c0600cc3cf Mon Sep 17 00:00:00 2001 From: Github Actions Date: Tue, 21 May 2024 12:05:40 +0000 Subject: [PATCH] Bump version code and change version name to 2.16.1 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 1c679c2b0..e21a7323c 100644 --- a/build.gradle +++ b/build.gradle @@ -110,8 +110,8 @@ android { defaultConfig { minSdkVersion 23 targetSdkVersion 34 - versionCode 42111 - versionName "2.15.3" + versionCode 42112 + versionName "2.16.1" archivesBaseName += "-$versionName" applicationId "com.ninja.chat" resValue "string", "applicationId", applicationId