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

Android release v1.0.252

This commit is contained in:
Laurent Cozic
2019-05-13 09:53:50 +01:00
parent dba3e4202d
commit cbf47cb9ee
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 2097487
versionName "1.0.251"
versionCode 2097488
versionName "1.0.252"
ndk {
abiFilters "armeabi-v7a", "x86"
}