Skip to content

Commit

Permalink
Add release note on Mastodon. Final release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtotschnig committed Aug 21, 2024
1 parent 486554a commit addc91e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {

ext {
resConfig = ['en', 'en-rGB', 'ar', 'bg', 'ca', 'cs', 'da', 'de', 'de-rDE', 'el', 'es', 'eu', 'fr', 'fr-rCA', 'hr', 'hu', 'it', 'iw', 'ja', 'km', 'kn', 'ko', 'ms', 'nl', 'pl', 'pt-rBR', 'pt-rPT', 'ro', 'ru', 'si', 'ta', 'te', 'tr', 'uk', 'ur', 'vi', 'zh-rCN', 'zh-rHK', 'zh-rTW']
versionCode = 750
versionCode = 751
versionName = '3.8.7.1'
compileSdkVersion = 34
minSdkVersion = 21
Expand Down
4 changes: 3 additions & 1 deletion myExpenses/src/main/res/values/version_info.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="versions">
<item>750;3.8.7.1</item>
<item>751;3.8.7.1</item>
<item>748;3.8.7</item>
<item>743;3.8.6</item>
<item>739;3.8.5</item>
Expand Down Expand Up @@ -99,6 +99,7 @@
<string name="version_more_info_385">112514030317651128</string>
<string name="version_more_info_386">112611283595024791</string>
<string name="version_more_info_387">112780201819204851</string>
<string name="version_more_info_3871">113001889511017406</string>

<!-- Github -->
<string name="project_board_341">69#column-18649612</string>
Expand Down Expand Up @@ -211,5 +212,6 @@
<string-array name="whats_new_3871">
<item>@string/ui_refinement</item>
<item>@string/bug_fixes</item>
<item>FinTS: Commerzbank</item>
</string-array>
</resources>

0 comments on commit addc91e

Please sign in to comment.