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

Android release v1.7.1

This commit is contained in:
Laurent Cozic 2021-01-27 17:49:13 +00:00
parent fb04a3ae20
commit 95f59a67ea

View File

@ -141,8 +141,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097621
versionName "1.7.0"
versionCode 2097622
versionName "1.7.1"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}