1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-14 18:27:44 +02:00

Android release v1.3.7

This commit is contained in:
Laurent Cozic 2020-10-17 12:07:51 +01:00
parent 921cc3b6c6
commit 0488c5c4cb

View File

@ -132,8 +132,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097594
versionName "1.3.6"
versionCode 2097595
versionName "1.3.7"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}