1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

Android release v1.0.251

This commit is contained in:
Laurent Cozic
2019-05-12 16:16:39 +01:00
parent eb2065128e
commit d279435502
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 2097484
versionName "1.0.248"
versionCode 2097487
versionName "1.0.251"
ndk {
abiFilters "armeabi-v7a", "x86"
}