1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Android 2.11.1

This commit is contained in:
Laurent Cozic
2023-04-08 10:51:00 +02:00
parent efdbaeb397
commit 04e9b40769
2 changed files with 10 additions and 2 deletions

View File

@@ -150,8 +150,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097685
versionName "2.11.0"
versionCode 2097686
versionName "2.11.1"
// ndk {
// abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
// }