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"