1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-30 10:36:35 +02:00

Android release v2.0.3

This commit is contained in:
Laurent Cozic 2021-06-16 10:48:10 +01:00
parent 4bbb3d1d58
commit e0b5ef6630

View File

@ -141,8 +141,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097633
versionName "2.0.2"
versionCode 2097634
versionName "2.0.3"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}