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

Android release v1.0.235

This commit is contained in:
Laurent Cozic
2019-01-19 18:26:17 +00:00
parent 25b711a8da
commit 4847fd76de
3 changed files with 4 additions and 4 deletions

View File

@ -90,8 +90,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097470
versionName "1.0.234"
versionCode 2097471
versionName "1.0.235"
ndk {
abiFilters "armeabi-v7a", "x86"
}