1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-05-25 22:21:54 +02:00

Android v153

This commit is contained in:
Laurent Cozic 2018-10-24 19:50:26 +01:00
parent f93fca7c5b
commit 40443e0134

View File

@ -90,8 +90,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097329
versionName "1.0.151"
versionCode 2097331
versionName "1.0.153"
ndk {
abiFilters "armeabi-v7a", "x86"
}