1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Make sure title height is correct with multi line text

This commit is contained in:
Laurent Cozic
2017-07-31 17:56:14 +00:00
parent 4761606330
commit 229fc4ed2e
2 changed files with 29 additions and 5 deletions

View File

@@ -90,8 +90,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion 16
targetSdkVersion 22
versionCode 36
versionName "0.9.23"
versionCode 37
versionName "0.9.24"
ndk {
abiFilters "armeabi-v7a", "x86"
}