1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

Android release v2.1.2

This commit is contained in:
Laurent Cozic 2021-06-20 19:35:28 +01:00
parent 12aae48ce6
commit 5ef5888bfb

View File

@ -141,8 +141,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097636
versionName "2.1.1"
versionCode 2097637
versionName "2.1.2"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}