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

Android release v1.8.2

This commit is contained in:
Laurent Cozic 2021-04-02 15:29:53 +02:00
parent f59e312ee2
commit 7224165ae4

View File

@ -141,8 +141,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097627
versionName "1.8.1"
versionCode 2097628
versionName "1.8.2"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}