Skip to content

Commit 139014e

Browse files
committed
Updating VAT rates
1 parent 8723468 commit 139014e

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId "biz.binarysolutions.vatcalculator"
1414
minSdk 21
1515
targetSdk 34
16-
versionCode 9
17-
versionName "2.0.3"
16+
versionCode 10
17+
versionName "2.0.4"
1818

1919
setProperty("archivesBaseName", "$applicationId-$versionName")
2020
}

app/src/main/assets/rates.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
[ "Georgia", ["18%"]],
5858
[ "Germany", ["7%", "19%"]],
5959
[ "Ghana", ["15%"]],
60-
[ "Greece", ["4%", "6%", "9%", "13%", "17%", "24%"]],
60+
[ "Greece", ["3%", "4%", "6%", "9%", "13%", "17%", "24%"]],
6161
[ "Grenada", ["15%"]],
6262
[ "Guatemala", ["12%"]],
6363
[ "Guinea", ["18%"]],
@@ -141,7 +141,7 @@
141141
[ "Slovakia", ["10%", "20%"]],
142142
[ "Slovenia", ["5", "9.5%", "22%"]],
143143
[ "South Africa", ["15%"]],
144-
[ "Spain", ["2%", "4%", "7.5%", "10%", "21%"]],
144+
[ "Spain", ["2%", "4%", "5%", "7.5%", "10%", "21%"]],
145145
[ "Sri Lanka", ["12%"]],
146146
[ "Sudan", ["17%"]],
147147
[ "Sweden", ["6%", "12%", "25%"]],

metadata/en-US/changelogs/10.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2.0.4 (2024.07.10)
2+
3+
* updating VAT rates

0 commit comments

Comments
 (0)