1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-30 10:36:35 +02:00

Merge branch 'release-1.3' of https://github.com/laurent22/joplin into release-1.3

This commit is contained in:
Laurent Cozic 2020-10-16 17:45:29 +01:00
commit 7ff6ceb585

View File

@ -132,8 +132,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097583
versionName "1.3.0"
versionCode 2097591
versionName "1.3.3"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}