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

Added command to export debug information from mobile and CLI

This commit is contained in:
Laurent Cozic
2017-11-21 18:48:50 +00:00
parent c5214b6c44
commit 3722012da5
23 changed files with 408 additions and 130 deletions

View File

@@ -90,8 +90,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion 16
targetSdkVersion 22
versionCode 64
versionName "0.10.51"
versionCode 66
versionName "0.10.53"
ndk {
abiFilters "armeabi-v7a", "x86"
}