Skip to content

Commit

Permalink
new iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
mtotschnig committed Jan 19, 2024
1 parent 4b551ab commit 3fe7fda
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 @@ -18,7 +18,7 @@ plugins {

ext {
resConfig = ['en', 'en-rGB', 'ar', 'bg', 'ca', 'cs', 'da', 'de', 'de-rDE', 'el', 'es', 'eu', 'fr', '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 = 694
versionCode = 695
versionName = '3.7.2'
compileSdkVersion = 34
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 xmlns:tools="http://schemas.android.com/tools">
<string-array name="versions">
<item>694;3.7.2</item>
<item>695;3.7.2</item>
<item>690;3.7.1</item>
<item>687;3.7.0</item>
<item>678;3.6.9</item>
Expand Down

0 comments on commit 3fe7fda

Please sign in to comment.