1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-09-16 08:56:40 +02:00

Android 2.6.7

This commit is contained in:
Laurent Cozic
2021-12-16 11:08:08 +01:00
parent 23de363548
commit 9c0982dcab
2 changed files with 3 additions and 3 deletions

View File

@@ -146,8 +146,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097662
versionName "2.6.6"
versionCode 2097663
versionName "2.6.7"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}