|
@@ -84,8 +84,8 @@ android {
|
|
|
|
|
|
defaultConfig {
|
|
|
minSdkVersion 24
|
|
|
- targetSdkVersion 33
|
|
|
- compileSdk 33
|
|
|
+ targetSdkVersion 34
|
|
|
+ compileSdk 34
|
|
|
|
|
|
buildConfigField 'boolean', 'CI', ciBuild.toString()
|
|
|
buildConfigField 'boolean', 'RUNTIME_PERF_ANALYSIS', perfAnalysis.toString()
|
|
@@ -246,7 +246,7 @@ dependencies {
|
|
|
implementation 'org.apache.jackrabbit:jackrabbit-webdav:2.13.5' // remove after entire switch to lib v2
|
|
|
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
|
|
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
|
|
- implementation 'com.google.android.material:material:1.9.0'
|
|
|
+ implementation 'com.google.android.material:material:1.10.0'
|
|
|
implementation 'com.jakewharton:disklrucache:2.0.2'
|
|
|
implementation "androidx.appcompat:appcompat:$appCompatVersion"
|
|
|
implementation 'androidx.webkit:webkit:1.7.0'
|