Skip to content

Commit

Permalink
Update app version
Browse files Browse the repository at this point in the history
  • Loading branch information
AEFeinstein committed Oct 24, 2024
1 parent ff61109 commit 6a6c560
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ android {
applicationId "com.gelakinetic.mtgfam"
minSdkVersion 21
targetSdk 35
versionCode 93
versionName "3.9.10"
versionCode 94
versionName "3.9.11"
vectorDrawables.useSupportLibrary true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion mobile/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<!--"</string>-->
<string name="main_whats_new_title">"What's New"</string>
<string name="main_whats_new_in_title">"What's New in Version"</string>
<string name="main_whats_new_text" translatable="false">"&lt;a href="https://github.com/AEFeinstein/mtg-familiar/releases/tag/v3.9.10"&gt;Changelog&lt;/a&gt;"</string>
<string name="main_whats_new_text" translatable="false">"&lt;a href="https://github.com/AEFeinstein/mtg-familiar/releases/tag/v3.9.11"&gt;Changelog&lt;/a&gt;"</string>
<string name="main_tts_warning_title">"Text-to-Speech"</string>
<string name="main_tts_warning_text">"This application has text-to-speech capability for some of its features, but you don't seem to have it installed. If you want to install it, use the Install Text-to-Speech link in the settings menu."</string>
<string name="main_export_data_title">"Save Data to SD"</string>
Expand Down

0 comments on commit 6a6c560

Please sign in to comment.