Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2022-08-15 12:11:32 +0300
committerStefan Niedermann <info@niedermann.it>2022-08-15 12:11:32 +0300
commit1430e200df29459e7a050701e65f4352c4f145d4 (patch)
tree8f8dafc86b09b3e14616f17d2dc507b43a7324a0
parentcfe2a8ccf6129ec12cade2c5e27ed13198a01f15 (diff)
version bump to 3.6.03.6.0
Signed-off-by: Stefan Niedermann <info@niedermann.it>
-rw-r--r--app/build.gradle21
-rw-r--r--fastlane/metadata/android/en-US/changelogs/3006000.txt (renamed from fastlane/metadata/android/en-US/changelogs/3005001.txt)0
2 files changed, 11 insertions, 10 deletions
diff --git a/app/build.gradle b/app/build.gradle
index b795ef11..7db1cb91 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -14,8 +14,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 23
targetSdkVersion 32
- versionCode 3005000
- versionName "3.5.0"
+ versionCode 3006000
+ versionName "3.6.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {
@@ -80,10 +80,10 @@ dependencies {
// Nextcloud SSO
implementation 'com.github.nextcloud:Android-SingleSignOn:0.6.1'
- implementation 'com.github.stefan-niedermann:android-commons:0.2.6'
- implementation 'com.github.stefan-niedermann.nextcloud-commons:sso-glide:1.6.3'
- implementation 'com.github.stefan-niedermann.nextcloud-commons:exception:1.6.3'
- implementation('com.github.stefan-niedermann.nextcloud-commons:markdown:1.6.3') {
+ implementation 'com.github.stefan-niedermann:android-commons:0.2.7'
+ implementation 'com.github.stefan-niedermann.nextcloud-commons:sso-glide:1.6.4'
+ implementation 'com.github.stefan-niedermann.nextcloud-commons:exception:1.6.4'
+ implementation('com.github.stefan-niedermann.nextcloud-commons:markdown:1.6.4') {
exclude group: 'org.jetbrains', module: 'annotations-java5'
}
@@ -92,14 +92,15 @@ dependencies {
annotationProcessor 'com.github.bumptech.glide:compiler:4.13.2'
// Android X
- implementation 'androidx.appcompat:appcompat:1.4.2'
- implementation 'androidx.fragment:fragment:1.4.1'
+ implementation 'androidx.appcompat:appcompat:1.5.0'
+ implementation 'androidx.core:core-splashscreen:1.0.0'
+ implementation 'androidx.fragment:fragment:1.5.2'
+ implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'
implementation 'androidx.preference:preference:1.2.0'
- implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.recyclerview:recyclerview-selection:1.1.0'
+ implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'androidx.work:work-runtime:2.7.1'
- implementation 'androidx.core:core-splashscreen:1.0.0'
implementation 'com.google.android.material:material:1.6.1'
// Database
diff --git a/fastlane/metadata/android/en-US/changelogs/3005001.txt b/fastlane/metadata/android/en-US/changelogs/3006000.txt
index d11ac7ff..d11ac7ff 100644
--- a/fastlane/metadata/android/en-US/changelogs/3005001.txt
+++ b/fastlane/metadata/android/en-US/changelogs/3006000.txt