mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-24 05:46:14 +03:00
version bump to 2.10.1
Signed-off-by: stefan-niedermann <info@niedermann.it>
This commit is contained in:
parent
c94ea2f59e
commit
0125009abc
2 changed files with 8 additions and 5 deletions
|
@ -13,8 +13,8 @@ android {
|
|||
applicationId "it.niedermann.owncloud.notes"
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 29
|
||||
versionCode 78
|
||||
versionName "2.10.0"
|
||||
versionCode 79
|
||||
versionName "2.10.1"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -44,11 +44,12 @@ dependencies {
|
|||
implementation 'com.jakewharton:butterknife:10.2.1'
|
||||
annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.1'
|
||||
|
||||
implementation "androidx.fragment:fragment:1.2.0"
|
||||
implementation "androidx.preference:preference:1.1.0"
|
||||
implementation "androidx.appcompat:appcompat:1.1.0"
|
||||
implementation "androidx.fragment:fragment:1.2.1"
|
||||
implementation "androidx.preference:preference:1.1.0"
|
||||
implementation "androidx.recyclerview:recyclerview:1.1.0"
|
||||
implementation 'androidx.work:work-runtime:2.3.0'
|
||||
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0'
|
||||
implementation 'androidx.work:work-runtime:2.3.1'
|
||||
implementation "com.google.android.material:material:1.1.0"
|
||||
|
||||
androidTestImplementation 'junit:junit:4.13'
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
- 💡 Lots of empty notes are created if the server is full (#679)
|
||||
- 🐞 Fix jumping cursor when handle code blocks (#558)
|
||||
- 🐞 Multiselect broken (#715)
|
||||
- 🐞 Display errors while pushing local changes to server
|
||||
|
||||
|
||||
Requires at least Files app¹ version 3.9.0
|
||||
¹ https://github.com/nextcloud/android
|
Loading…
Reference in a new issue