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

Android release v1.0.325

This commit is contained in:
Laurent Cozic
2020-03-29 20:12:36 +01:00
parent e2e95df057
commit a946dc69c1
2 changed files with 3 additions and 3 deletions

View File

@@ -120,8 +120,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097560
versionName "1.0.324"
versionCode 2097561
versionName "1.0.325"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}