1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-02 22:49:09 +02:00

Android release v1.0.323

This commit is contained in:
Laurent Cozic
2020-03-22 19:50:02 +00:00
parent f4a562bc3c
commit 054aa52bc8
2 changed files with 3 additions and 3 deletions

View File

@@ -120,8 +120,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097558
versionName "1.0.322"
versionCode 2097559
versionName "1.0.323"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}