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

Android release v1.0.305

This commit is contained in:
Laurent Cozic
2019-09-10 09:31:48 +01:00
parent 32865f065c
commit 8059009ff3
2 changed files with 3 additions and 3 deletions

View File

@@ -94,8 +94,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097540
versionName "1.0.304"
versionCode 2097541
versionName "1.0.305"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}