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

Android release v1.0.338

This commit is contained in:
Laurent Cozic
2020-08-30 20:42:09 +01:00
parent 11646d1c21
commit 743c11c279
8 changed files with 360 additions and 3 deletions

View File

@@ -125,8 +125,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097573
versionName "1.0.337"
versionCode 2097574
versionName "1.0.338"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}