Android release v1.2.2

pull/3866/head android-v1.2.2
Laurent Cozic 2020-09-29 12:40:46 +01:00
parent 485921d879
commit a71f1c19ec
1 changed files with 2 additions and 2 deletions

View File

@ -125,8 +125,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097578
versionName "1.2.1"
versionCode 2097579
versionName "1.2.2"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}