mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-26 18:58:21 +02:00
Merge branch 'release-2.12-mobile' into dev
This commit is contained in:
commit
5c63eb0913
@ -110,11 +110,11 @@ android {
|
|||||||
applicationId "net.cozic.joplin"
|
applicationId "net.cozic.joplin"
|
||||||
minSdkVersion rootProject.ext.minSdkVersion
|
minSdkVersion rootProject.ext.minSdkVersion
|
||||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||||
versionCode 2097718
|
versionCode 2097719
|
||||||
versionName "2.12.1"
|
versionName "2.12.2"
|
||||||
// ndk {
|
ndk {
|
||||||
// abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
|
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
|
||||||
// }
|
}
|
||||||
|
|
||||||
// https://github.com/react-native-community/react-native-camera/issues/2138
|
// https://github.com/react-native-community/react-native-camera/issues/2138
|
||||||
missingDimensionStrategy 'react-native-camera', 'general'
|
missingDimensionStrategy 'react-native-camera', 'general'
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
# Joplin Android app changelog
|
# Joplin Android app changelog
|
||||||
|
|
||||||
|
## [android-v2.12.2](https://github.com/laurent22/joplin/releases/tag/android-v2.12.2) (Pre-release) - 2023-08-22T13:15:18Z
|
||||||
|
|
||||||
|
- Improved: Only include "armeabi-v7a", "x86", "arm64-v8a", "x86_64" in APK (4e2d366)
|
||||||
|
|
||||||
## [android-v2.12.1](https://github.com/laurent22/joplin/releases/tag/android-v2.12.1) (Pre-release) - 2023-08-19T22:32:39Z
|
## [android-v2.12.1](https://github.com/laurent22/joplin/releases/tag/android-v2.12.1) (Pre-release) - 2023-08-19T22:32:39Z
|
||||||
|
|
||||||
- New: Add JEX export (#8428 by Henry Heino)
|
- New: Add JEX export (#8428 by Henry Heino)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user