Android release v1.3.3

pull/3940/head android-v1.3.3
Laurent Cozic 2020-10-16 17:05:22 +01:00
parent cb3e1cf1e9
commit 35aebc9f52
1 changed files with 2 additions and 2 deletions

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"
}