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

Android 3.1.6

This commit is contained in:
Laurent Cozic
2024-10-17 23:14:16 +01:00
parent 1ad150c1bf
commit a2069df3e0
2 changed files with 12 additions and 2 deletions

View File

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