Skip to content

Commit

Permalink
Closed version 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicorac committed Mar 28, 2024
1 parent 3caf9c4 commit 759cd3c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Version history

## Version 1.7.2 (2024-03-28)

New features:

- New language supported: Russian (thanks to MZhuvka Skykin)
- New language supported: Persian (thanks to @AlirezaParsi)

## Version 1.7.1 (2024-03-19)

New features:
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ android {
targetSdkVersion rootProject.ext.targetSdkVersion
// version parts: M = Major, m = minor, b = build
// -------- MMMmmmbbb
versionCode 001007001
versionName "1.7.1"
versionCode 001007002
versionName "1.7.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down

0 comments on commit 759cd3c

Please sign in to comment.