1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Android v0.10.74

This commit is contained in:
Laurent Cozic 2018-01-15 18:40:44 +00:00
parent b10999e83e
commit 07c6347014

View File

@ -90,8 +90,8 @@ android {
applicationId "net.cozic.joplin" applicationId "net.cozic.joplin"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 22 targetSdkVersion 22
versionCode 88 versionCode 89
versionName "0.10.73" versionName "0.10.74"
ndk { ndk {
abiFilters "armeabi-v7a", "x86" abiFilters "armeabi-v7a", "x86"
} }