Skip to content

Commit 47ccba7

Browse files
committed
Advance version number to 1.17.0
1 parent fbf0634 commit 47ccba7

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## 1.17.0
4+
* Animate drop zones in pie editor
5+
* Improve touch detection
6+
* Add Ukrainian translation
7+
38
## 1.16.1
49
* Fix restoring display keyboard preference
510

app/build.gradle

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

11-
versionCode 28
12-
versionName '1.16.1'
11+
versionCode 29
12+
versionName '1.17.0'
1313
}
1414

1515
signingConfigs {
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* Animate drop zones in pie editor
2+
* Improve touch detection
3+
* Add Ukrainian translation
4+

0 commit comments

Comments
 (0)