Android v153

pull/922/head
Laurent Cozic 2018-10-24 19:50:26 +01:00
parent f93fca7c5b
commit 40443e0134
1 changed files with 2 additions and 2 deletions

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"
}