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

Android 2.9.4

This commit is contained in:
Laurent Cozic
2022-10-11 14:28:43 +01:00
parent 9b348fdc29
commit cac10c4e29
2 changed files with 7 additions and 2 deletions

View File

@@ -146,8 +146,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097671
versionName "2.9.3"
versionCode 2097672
versionName "2.9.4"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}