From 380189d5030f16391acaab023cdd39aacd94ac0e Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Tue, 18 May 2021 22:13:53 -0600 Subject: had to change the version code :p --- .gitignore | 3 ++- app/build.gradle | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 55aa985..66dca2c 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ .externalNativeBuild .cxx local.properties - +/app/release +/app/build diff --git a/app/build.gradle b/app/build.gradle index 0b0bca4..6d97081 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,7 +11,7 @@ android { applicationId "me.brysonsteck.wiimmfiwatcher" minSdkVersion 19 targetSdkVersion 30 - versionCode 1 + versionCode 2 versionName "1.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" -- cgit v1.2.3