1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-23 18:53:36 +02:00

Android release v1.6.4

This commit is contained in:
Laurent Cozic 2020-12-30 12:04:25 +00:00
parent d1f8520e6e
commit a14410b28c

View File

@ -138,8 +138,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097617
versionName "1.6.3"
versionCode 2097618
versionName "1.6.4"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}