Android release v1.2.5

release-1.2 android-v1.2.5
Laurent Cozic 2020-10-08 12:56:12 +01:00
parent 3bd0656eab
commit 28e00fdf2e
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 2097581
versionName "1.2.4"
versionCode 2097582
versionName "1.2.5"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}