mirror of
https://github.com/nextcloud/android.git
synced 2024-11-29 02:38:58 +03:00
Update M3 library, Increase target sdk to 34
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
574cfae5b6
commit
a4af8744f9
1 changed files with 3 additions and 3 deletions
|
@ -84,8 +84,8 @@ android {
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 24
|
minSdkVersion 24
|
||||||
targetSdkVersion 33
|
targetSdkVersion 34
|
||||||
compileSdk 33
|
compileSdk 34
|
||||||
|
|
||||||
buildConfigField 'boolean', 'CI', ciBuild.toString()
|
buildConfigField 'boolean', 'CI', ciBuild.toString()
|
||||||
buildConfigField 'boolean', 'RUNTIME_PERF_ANALYSIS', perfAnalysis.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 'org.apache.jackrabbit:jackrabbit-webdav:2.13.5' // remove after entire switch to lib v2
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
||||||
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
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 'com.jakewharton:disklrucache:2.0.2'
|
||||||
implementation "androidx.appcompat:appcompat:$appCompatVersion"
|
implementation "androidx.appcompat:appcompat:$appCompatVersion"
|
||||||
implementation 'androidx.webkit:webkit:1.7.0'
|
implementation 'androidx.webkit:webkit:1.7.0'
|
||||||
|
|
Loading…
Reference in a new issue