1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-02-07 19:30:04 +02:00

Android release v1.3.8

This commit is contained in:
Laurent Cozic 2020-10-21 18:31:12 +01:00
parent 1c1f044966
commit f42786a840

View File

@ -132,8 +132,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097595
versionName "1.3.7"
versionCode 2097596
versionName "1.3.8"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}