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

Android release v1.0.236

This commit is contained in:
Laurent Cozic
2019-01-25 18:00:24 +00:00
parent ced3e5d623
commit f781cb3922
4 changed files with 16 additions and 16 deletions

View File

@@ -90,8 +90,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097471
versionName "1.0.235"
versionCode 2097472
versionName "1.0.236"
ndk {
abiFilters "armeabi-v7a", "x86"
}