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

Android 3.2.5

This commit is contained in:
Laurent Cozic
2025-01-07 23:41:48 +00:00
parent d45864888a
commit d3ea6fbe1d
2 changed files with 7 additions and 2 deletions

View File

@@ -79,8 +79,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097760
versionName "3.2.4"
versionCode 2097761
versionName "3.2.5"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}