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

Android release v2.2.3

This commit is contained in:
Laurent Cozic 2021-08-09 19:35:43 +01:00
parent 2d7c8c599a
commit 34d3e8f027

View File

@ -141,8 +141,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097641
versionName "2.2.2"
versionCode 2097642
versionName "2.2.3"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}