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

Fixed various bugs

This commit is contained in:
Laurent Cozic
2017-07-11 00:17:03 +01:00
parent 4adc9b30fb
commit 4fa65de31d
6 changed files with 15 additions and 8 deletions
+2 -2
View File
@@ -90,8 +90,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion 16
targetSdkVersion 22
versionCode 4
versionName "0.8.2"
versionCode 8
versionName "0.8.6"
ndk {
abiFilters "armeabi-v7a", "x86"
}