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

Android release v2.1.1

This commit is contained in:
Laurent Cozic 2021-06-19 17:42:08 +01:00
parent 7f05efb789
commit 8cc103a062

View File

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