Android release v1.0.320

This commit is contained in:
Laurent Cozic
2020-03-08 08:17:42 +00:00
parent 58e2d7be61
commit 0b74168343
+2 -2
View File
@@ -120,8 +120,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097555
versionName "1.0.319"
versionCode 2097556
versionName "1.0.320"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}