Android release v1.8.3

This commit is contained in:
Laurent Cozic
2021-04-25 11:08:30 +02:00
parent 2531e89457
commit 43feb1ea7e
+2 -2
View File
@@ -141,8 +141,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097628
versionName "1.8.2"
versionCode 2097629
versionName "1.8.3"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}