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

Android release v1.0.224

This commit is contained in:
Laurent Cozic
2018-12-27 22:51:38 +01:00
parent f38b907680
commit 12efc02d91
2 changed files with 3 additions and 3 deletions

View File

@@ -90,8 +90,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097459
versionName "1.0.223"
versionCode 2097460
versionName "1.0.224"
ndk {
abiFilters "armeabi-v7a", "x86"
}