File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
mediapicker/source-device Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.2.1-all .zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.6-bin .zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ android {
2020
2121 lint {
2222 warningsAsErrors true
23+ disable ' SelectedPhotoAccess'
2324 }
2425
2526 compileOptions {
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ android {
3535 lint {
3636 warningsAsErrors true
3737 checkReleaseBuilds false
38- disable ' GradleDependency'
38+ disable ' GradleDependency' , ' SelectedPhotoAccess '
3939 }
4040
4141 packagingOptions {
Original file line number Diff line number Diff line change 11pluginManagement {
2- gradle. ext. kotlinVersion = ' 1.9.24 '
3- gradle. ext. daggerVersion = ' 2.55 '
4- gradle. ext. agpVersion = ' 8.1 .0'
2+ gradle. ext. kotlinVersion = ' 2.1.20 '
3+ gradle. ext. daggerVersion = ' 2.58 '
4+ gradle. ext. agpVersion = ' 8.4 .0'
55 gradle. ext. detektVersion = ' 1.19.0'
66 gradle. ext. automatticPublishToS3Version = ' 0.8.0'
77 gradle. ext. dependencyAnalysisVersion = ' 1.33.0'
You can’t perform that action at this time.
0 commit comments