1
0
mirror of https://github.com/laurent22/joplin.git synced 2026-01-14 00:29:38 +02:00

Compare commits

..

3 Commits

Author SHA1 Message Date
Laurent Cozic
b611b441c5 tests 2021-11-30 12:03:20 +00:00
Laurent Cozic
1962f03adf tests 2021-11-30 11:25:27 +00:00
Laurent Cozic
66fa23cdd8 tests 2021-11-30 11:15:42 +00:00
3 changed files with 2 additions and 28 deletions

View File

@@ -146,8 +146,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097660
versionName "2.6.4"
versionCode 2097659
versionName "2.6.3"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}
@@ -215,16 +215,6 @@ android {
}
}
// To fix this error:
//
// > Execution failed for task ':app:lintVitalRelease'
//
// https://stackoverflow.com/a/62603296/561309
lintOptions {
disable 'InvalidPackage'
checkReleaseBuilds false
}
}
dependencies {

View File

@@ -27,10 +27,3 @@ android.enableJetifier=true
# Version of flipper SDK to use with React Native
FLIPPER_VERSION=0.99.0
# To fix this error:
#
# > Failed to transform bcprov-jdk15on-1.68.jar
#
# https://github.com/robolectric/robolectric/issues/6521
android.jetifier.ignorelist=bcprov

View File

@@ -1,14 +1,5 @@
# Joplin Android app changelog
## [android-v2.6.4](https://github.com/laurent22/joplin/releases/tag/android-v2.6.4) (Pre-release) - 2021-12-01T11:38:49Z
- Improved: Also duplicate resources when duplicating a note (c0a8c33)
- Improved: Improved S3 sync error handling and reliability, and upgraded S3 SDK (#5312 by Lee Matos)
- Fixed: Alarm setting buttons were no longer visible (#5777)
- Fixed: Alarms were not being triggered in some cases (#5798) (#5216 by Roman Musin)
- Fixed: Fixed opening attachments (6950c40)
- Fixed: Handle duplicate attachments when the parent notebook is shared (#5796)
## [android-v2.6.3](https://github.com/laurent22/joplin/releases/tag/android-v2.6.3) (Pre-release) - 2021-11-21T16:59:46Z
- New: Add date format YYYY/MM/DD (#5759 by Helmut K. C. Tessarek)