Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vbresan committed May 17, 2024
1 parent 620288a commit cb9e04e
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 35 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 6
versionName "2.0"
versionCode 7
versionName "2.0.1"

setProperty("archivesBaseName", "$applicationId-$versionName")
}
Expand Down
33 changes: 0 additions & 33 deletions changelog.txt

This file was deleted.

3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
1.0 (2012.01.21)

* initial release
4 changes: 4 additions & 0 deletions metadata/en-US/changelogs/2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.1 (2012.03.23)

* updated tax rates
* can be installed to SD card
6 changes: 6 additions & 0 deletions metadata/en-US/changelogs/3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
1.2 (2013.06.30)

* built with Android 4.2
* removing ACRA
* updated 3rd party libraries
* updated tax rates
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
1.2.1 (2013.09.26)

* minor UI modification
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
1.3 (2020.06.26)

* updating obsolete libraries
4 changes: 4 additions & 0 deletions metadata/en-US/changelogs/6.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
2.0 (2024.05.16)

* updating VAT information
* complete redesign
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/7.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
2.0.1 (2024.05.17)

* keeping clear text start icon properly shown on device rotate

0 comments on commit cb9e04e

Please sign in to comment.