Skip to content

Commit

Permalink
From Beta to Final
Browse files Browse the repository at this point in the history
  • Loading branch information
mtotschnig committed Jan 25, 2025
1 parent 0351642 commit 8237a92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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 = 775
versionCode = 776
versionName = '3.9.4'
compileSdkVersion = 35
minSdkVersion = 21
Expand Down
2 changes: 1 addition & 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>775;3.9.4</item>
<item>776;3.9.4</item>
<item>774;3.9.3</item>
<item>770;3.9.2</item>
<item>766;3.9.1</item>
Expand Down

0 comments on commit 8237a92

Please sign in to comment.