changed versions
This commit is contained in:
parent
b5b615d63b
commit
8b48d32ef9
2 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
<string name="watching">Watching %1$s</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="mii_name">Mii Name</string>
|
||||
<string name="recent_fc">Recently watched friend codes:</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>
|
||||
|
|
Reference in a new issue