Skip to content

Commit

Permalink
Bump version to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
helloworld1 committed Dec 31, 2022
1 parent e48e577 commit 868ed1e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ allprojects {
extra["compileSdkVersion"] = 33
extra["targetSdkVersion"] = 33
extra["minSdkVersion"] = 21
extra["versionCode"] = 20
extra["versionName"] = "2.9"

extra["versionCode"] = 21
extra["versionName"] = "3.0"
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/21.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
RELEASE-3.0
* Sharing token to other apps
* Lock and exit is a button on the toolbar now
* Follow system light / dark theme
* Better constrast for some buttons for some devices
* Add ING issuer icon

0 comments on commit 868ed1e

Please sign in to comment.