Skip to content

Commit

Permalink
Bug fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
mtotschnig committed Aug 28, 2024
1 parent f13adb2 commit c3f9fa0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ 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 = 751
versionName = '3.8.7.1'
versionCode = 752
versionName = '3.8.7.2'
compileSdkVersion = 34
minSdkVersion = 21
targetSdkVersion = 34
Expand Down
5 changes: 5 additions & 0 deletions myExpenses/src/main/res/values/version_info.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="versions">
<item>752;3.8.7.2</item>
<item>751;3.8.7.1</item>
<item>748;3.8.7</item>
<item>743;3.8.6</item>
Expand Down Expand Up @@ -100,6 +101,7 @@
<string name="version_more_info_386">112611283595024791</string>
<string name="version_more_info_387">112780201819204851</string>
<string name="version_more_info_3871">113001889511017406</string>
<string name="version_more_info_3872">113041448128514202</string>

<!-- Github -->
<string name="project_board_341">69#column-18649612</string>
Expand Down Expand Up @@ -214,4 +216,7 @@
<item>@string/bug_fixes</item>
<item>FinTS: Commerzbank</item>
</string-array>
<string-array name="whats_new_3872">
<item>@string/bug_fixes</item>
</string-array>
</resources>

0 comments on commit c3f9fa0

Please sign in to comment.