changed versions

This commit is contained in:
Bryson Steck 2021-08-15 15:31:47 -06:00
parent b5b615d63b
commit 8b48d32ef9
2 changed files with 3 additions and 2 deletions

View file

@ -11,8 +11,8 @@ android {
applicationId "me.brysonsteck.wiimmfiwatcher" applicationId "me.brysonsteck.wiimmfiwatcher"
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 30 targetSdkVersion 30
versionCode 6 versionCode 7
versionName "1.1.4" versionName "1.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }

View file

@ -13,6 +13,7 @@
<string name="watching">Watching %1$s</string> <string name="watching">Watching %1$s</string>
<string name="enter_fc">Enter a friend code to watch</string> <string name="enter_fc">Enter a friend code to watch</string>
<string name="enter_mii">Enter the name of a Mii to watch</string> <string name="enter_mii">Enter the name of a Mii to watch</string>
<string name="mii_name">Mii Name</string>
<string name="recent_fc">Recently watched friend codes:</string> <string name="recent_fc">Recently watched friend codes:</string>
<string name="version_header">Version</string> <string name="version_header">Version</string>
<string name="version">You are running Wiimmfi Watcher version %1$s. You can view the release notes for this version <![CDATA[<a href="https://github.com/brysonsteck/wiimmfi-watcher/releases/">here.</a>]]></string> <string name="version">You are running Wiimmfi Watcher version %1$s. You can view the release notes for this version <![CDATA[<a href="https://github.com/brysonsteck/wiimmfi-watcher/releases/">here.</a>]]></string>