Android 3.0.8

This commit is contained in:
Laurent Cozic
2024-07-06 13:21:55 +02:00
parent ee97434bb0
commit 636fbdf7d0
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -79,8 +79,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097746
versionName "3.0.7"
versionCode 2097747
versionName "3.0.8"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}