1
0
mirror of https://github.com/laurent22/joplin.git synced 2026-05-22 09:05:38 +02:00

Fixed argument parsing

This commit is contained in:
Laurent Cozic
2017-08-21 19:56:40 +02:00
parent 36743bb4d7
commit 97c73b22d1
6 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -90,8 +90,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion 16
targetSdkVersion 22
versionCode 44
versionName "0.9.31"
versionCode 45
versionName "0.9.32"
ndk {
abiFilters "armeabi-v7a", "x86"
}