1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-26 18:58:21 +02:00

Trying BuddyBuilder

This commit is contained in:
Laurent Cozic 2017-11-22 22:21:27 +00:00
parent 5340fb8af9
commit 72dc5a6c99

View File

@ -90,8 +90,8 @@ android {
applicationId "net.cozic.joplin" applicationId "net.cozic.joplin"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 22 targetSdkVersion 22
versionCode 67 versionCode 68
versionName "0.10.54" versionName "0.10.55"
ndk { ndk {
abiFilters "armeabi-v7a", "x86" abiFilters "armeabi-v7a", "x86"
} }