Skip to content

Commit

Permalink
Updating VAT rates
Browse files Browse the repository at this point in the history
  • Loading branch information
vbresan committed Jul 10, 2024
1 parent 8723468 commit 139014e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "biz.binarysolutions.vatcalculator"
minSdk 21
targetSdk 34
versionCode 9
versionName "2.0.3"
versionCode 10
versionName "2.0.4"

setProperty("archivesBaseName", "$applicationId-$versionName")
}
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/assets/rates.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
[ "Georgia", ["18%"]],
[ "Germany", ["7%", "19%"]],
[ "Ghana", ["15%"]],
[ "Greece", ["4%", "6%", "9%", "13%", "17%", "24%"]],
[ "Greece", ["3%", "4%", "6%", "9%", "13%", "17%", "24%"]],
[ "Grenada", ["15%"]],
[ "Guatemala", ["12%"]],
[ "Guinea", ["18%"]],
Expand Down Expand Up @@ -141,7 +141,7 @@
[ "Slovakia", ["10%", "20%"]],
[ "Slovenia", ["5", "9.5%", "22%"]],
[ "South Africa", ["15%"]],
[ "Spain", ["2%", "4%", "7.5%", "10%", "21%"]],
[ "Spain", ["2%", "4%", "5%", "7.5%", "10%", "21%"]],
[ "Sri Lanka", ["12%"]],
[ "Sudan", ["17%"]],
[ "Sweden", ["6%", "12%", "25%"]],
Expand Down
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
2.0.4 (2024.07.10)

* updating VAT rates

0 comments on commit 139014e

Please sign in to comment.