1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Android release v1.2.5

This commit is contained in:
Laurent Cozic
2020-10-08 12:56:12 +01:00
parent 3bd0656eab
commit 28e00fdf2e

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