Skip to content

Commit 3aa2371

Browse files
committed
Advance version number to 1.63.5
1 parent 88f9294 commit 3aa2371

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 1.63.5
4+
* Add an option to ignore any duplicates
5+
* Fix invalid bluetooth connection
6+
* Update Russian translation
7+
* Update Ukrainian translation
8+
39
## 1.63.4
410
* Update Chinese translation
511
* Improve support for old devices

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
minSdk 9
1010
targetSdk sdk_version
1111

12-
versionCode 132
13-
versionName '1.63.4'
12+
versionCode 133
13+
versionName '1.63.5'
1414
}
1515

1616
signingConfigs {
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* Add an option to ignore any duplicates
2+
* Fix invalid bluetooth connection
3+
* Update Russian translation
4+
* Update Ukrainian translation
5+

0 commit comments

Comments
 (0)