From 8b48d32ef938f20ebbed36f628b18aeddc82b222 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sun, 15 Aug 2021 15:31:47 -0600 Subject: changed versions --- app/build.gradle | 4 ++-- app/src/main/res/values/strings.xml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3e0d1a3..be11146 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "me.brysonsteck.wiimmfiwatcher" minSdkVersion 19 targetSdkVersion 30 - versionCode 6 - versionName "1.1.4" + versionCode 7 + versionName "1.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index d62aed7..48e463e 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -13,6 +13,7 @@ Watching %1$s Enter a friend code to watch Enter the name of a Mii to watch + Mii Name Recently watched friend codes: Version You are running Wiimmfi Watcher version %1$s. You can view the release notes for this version here.]]> -- cgit v1.2.3