Android release v2.2.2

release-2.2 android-v2.2.2
Laurent Cozic 2021-08-09 19:15:42 +01:00
parent 60aca7beec
commit 70c1e7ae28
1 changed files with 2 additions and 2 deletions

View File

@ -141,8 +141,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097640
versionName "2.2.1"
versionCode 2097641
versionName "2.2.2"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}