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

Android release v1.1.1

This commit is contained in:
Laurent Cozic
2020-09-12 00:18:03 +01:00
parent af8845f209
commit 314686bede
2 changed files with 3 additions and 3 deletions

View File

@@ -125,8 +125,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097576
versionName "1.1.0"
versionCode 2097577
versionName "1.1.1"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}