From 38fc3c743bf3e94f2561c017e4d700d91322877d Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 13 Oct 2020 12:54:26 +0530 Subject: build: bump version Signed-off-by: Harsh Shandilya --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/build.gradle.kts') diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 3311efe2..013e2e4e 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -31,8 +31,8 @@ android { defaultConfig { applicationId = "dev.msfjarvis.aps" - versionCode = 11200 - versionName = "1.12.0" + versionCode = 11210 + versionName = "1.12.1" } lintOptions { -- cgit v1.2.3