1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-02 12:47:41 +02:00

android release

This commit is contained in:
Laurent Cozic 2018-10-14 23:59:42 +01:00
parent 590c62c371
commit 12a3a9a89e

View File

@ -90,8 +90,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097406
versionName "1.0.170"
versionCode 2097409
versionName "1.0.173"
ndk {
abiFilters "armeabi-v7a", "x86"
}