1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-26 18:58:21 +02:00

Android release v1.3.11

This commit is contained in:
Laurent Cozic 2020-11-04 11:58:36 +00:00
parent 03b7402dc5
commit 0cc544a95f

View File

@ -132,8 +132,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097598
versionName "1.3.10"
versionCode 2097599
versionName "1.3.11"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}