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

Android 2.11.30

This commit is contained in:
Laurent Cozic
2023-06-20 17:51:05 +01:00
parent dc2def403c
commit 95d83a8ced
2 changed files with 3 additions and 3 deletions

View File

@@ -156,8 +156,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097714
versionName "2.11.29"
versionCode 2097715
versionName "2.11.30"
// ndk {
// abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
// }