1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00
This commit is contained in:
Laurent Cozic 2023-05-13 16:31:24 +01:00
parent 8215ce14c6
commit 20b43ce56e

View File

@ -166,8 +166,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097701
versionName "2.11.16"
versionCode 2097702
versionName "2.11.17"
// ndk {
// abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
// }