1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-11 18:24:43 +02:00

Android release v1.6.6

This commit is contained in:
Laurent Cozic 2021-01-10 00:53:26 +00:00
parent 3fdcd3aaa6
commit 8fea9ba193

View File

@ -141,8 +141,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097619
versionName "1.6.5"
versionCode 2097620
versionName "1.6.6"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}