1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Android release v1.6.7

This commit is contained in:
Laurent Cozic
2021-01-21 11:25:45 +00:00
parent 1c696bf989
commit 85355f8eda
2 changed files with 3 additions and 3 deletions

View File

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