1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-13 22:12:50 +02:00

Android release v0.10.90

This commit is contained in:
Laurent Cozic
2018-02-07 17:55:54 +00:00
parent 41fa9d093e
commit 717c789836

View File

@@ -90,8 +90,8 @@ android {
applicationId "net.cozic.joplin" applicationId "net.cozic.joplin"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 22 targetSdkVersion 22
versionCode 2097267 versionCode 2097268
versionName "0.10.89" versionName "0.10.90"
ndk { ndk {
abiFilters "armeabi-v7a", "x86" abiFilters "armeabi-v7a", "x86"
} }