From f18d63607608d66196da6b336b4bdf8fcc6521f5 Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Wed, 17 Nov 2021 20:39:03 -0500 Subject: [PATCH] Bump version --- .gitignore | 1 + app/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index af23741..089390a 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ google-services.json playground/ # Release +releases/ app/release/ # built application files diff --git a/app/build.gradle b/app/build.gradle index 77fa78a..06a6598 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { minSdkVersion 21 targetSdkVersion 30 - versionCode 5 - versionName "1.1.2" + versionCode 6 + versionName "1.1.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"