1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-06 09:19:22 +02:00

Android release v1.0.333

This commit is contained in:
Laurent Cozic
2020-06-28 19:57:33 +01:00
parent 5bbf9d87c2
commit fd4e5d7d30
3 changed files with 118 additions and 3 deletions

View File

@@ -120,8 +120,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097568
versionName "1.0.332"
versionCode 2097569
versionName "1.0.333"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}