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

Android 2.12.1

This commit is contained in:
Laurent Cozic
2023-08-19 23:36:18 +01:00
parent b406f05241
commit c3e08237fd
2 changed files with 28 additions and 2 deletions

View File

@@ -110,8 +110,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097717
versionName "2.12.0"
versionCode 2097718
versionName "2.12.1"
// ndk {
// abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
// }