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

Android 3.1.7

This commit is contained in:
Laurent Cozic
2024-11-04 20:28:06 +00:00
parent a5c14c8d10
commit 6875fd271c
2 changed files with 6 additions and 2 deletions

View File

@@ -79,8 +79,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097754
versionName "3.1.6"
versionCode 2097755
versionName "3.1.7"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}