1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00
This commit is contained in:
Laurent Cozic 2021-08-12 21:32:54 +01:00
parent f0ad813f40
commit d0251400a4

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"
}