1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Android release v1.0.238

This commit is contained in:
Laurent Cozic
2019-02-24 12:53:00 +00:00
parent 1a86cbdb9d
commit 9d65a3a34c
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 2097473
versionName "1.0.237"
versionCode 2097474
versionName "1.0.238"
ndk {
abiFilters "armeabi-v7a", "x86"
}