Android release v1.2.4

release-1.2 android-v1.2.4
Laurent Cozic 2020-10-08 12:51:48 +01:00
parent e9af71dd76
commit 3bd0656eab
1 changed files with 2 additions and 2 deletions

View File

@ -125,8 +125,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097580
versionName "1.2.3"
versionCode 2097581
versionName "1.2.4"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}