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

Android release v1.0.178

This commit is contained in:
Laurent Cozic
2018-12-16 18:41:51 +01:00
parent eb789b9b9a
commit c0d679b6c2
3 changed files with 4 additions and 4 deletions

View File

@@ -90,8 +90,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097413
versionName "1.0.177"
versionCode 2097414
versionName "1.0.178"
ndk {
abiFilters "armeabi-v7a", "x86"
}