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

github.com/nextcloud/passman-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcos Zuriaga <wolfi@wolfi.es>2022-09-08 17:00:04 +0300
committerMarcos Zuriaga <wolfi@wolfi.es>2022-09-08 17:00:12 +0300
commit654fc4ee5aefbf24ae25c87c07b9c7169c7e4633 (patch)
tree3fefc1588664c2e9f61f8c6db2bb6bed74a801e3
parenta42a776ac937627e16cd54999ee6dd9f41e73105 (diff)
parentc34af0755165395ad5222eacbe6d841966657d5e (diff)
Merge branch 'update-dependencies'
-rw-r--r--app/build.gradle10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 3a55966..26172ce 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -26,12 +26,12 @@ android {
v2SigningEnabled true
}
}
- compileSdkVersion 31
+ compileSdkVersion 32
buildToolsVersion '30.0.3'
defaultConfig {
applicationId "es.wolfi.app.passman"
minSdkVersion 21
- targetSdkVersion 31
+ targetSdkVersion 32
versionCode 15
versionName "1.3.1"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
@@ -106,10 +106,10 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
})
// Nextcloud SSO
- implementation "com.github.nextcloud:Android-SingleSignOn:0.5.6"
+ implementation "com.github.nextcloud:Android-SingleSignOn:0.6.1"
- implementation 'androidx.appcompat:appcompat:1.4.1'
- implementation 'com.google.android.material:material:1.5.0'
+ implementation 'androidx.appcompat:appcompat:1.5.0'
+ implementation 'com.google.android.material:material:1.6.1'
implementation 'com.jakewharton:butterknife:10.2.3'
implementation 'com.koushikdutta.ion:ion:3.1.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'