pull/5309/head
Laurent Cozic 2021-08-12 21:32:54 +01:00
parent f0ad813f40
commit d0251400a4
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 2097645
versionName "2.3.1"
versionCode 2097646
versionName "2.3.2"
ndk {
abiFilters "armeabi-v7a", "x86"
}