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 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/build.gradle') 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