File tree 3 files changed +4
-5
lines changed
core/crash/src/main/java/ru/tech/imageresizershrinker/core/crash/presentation/components
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ android {
112
112
}
113
113
114
114
aboutLibraries {
115
- excludeFields = arrayOf (" generated" )
115
+ export. excludeFields.addAll (" generated" )
116
116
}
117
117
118
118
buildFeatures {
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ interface CrashHandler {
82
82
}
83
83
}
84
84
85
- @Suppress( " DataClassPrivateConstructor " )
85
+ @ConsistentCopyVisibility
86
86
data class DeviceInfo private constructor(
87
87
val device : String ,
88
88
val sdk : String ,
Original file line number Diff line number Diff line change @@ -74,15 +74,14 @@ mlkitDocumentScanner = "16.0.0-beta1"
74
74
zxingAndroidEmbedded = " 4.3.0"
75
75
capturable = " 3.0.1"
76
76
moshi = " 1.15.2"
77
- aboutlibraries = " 12.0.0-a02+compose_1_8"
78
77
junit = " 4.13.2"
79
78
bouncycastle = " 1.80"
80
79
ffmpeg-metadata-retriever = " 1.0.19"
81
80
pdfviewer = " 1.0.0-alpha08"
82
81
fragmentCompose = " 1.8.6"
83
82
84
83
firebaseCrashlyticsGradle = " 3.0.3"
85
- aboutlibrariesGradle = " 12.0 .0-a05 "
84
+ aboutlibraries = " 12.1 .0-rc04 "
86
85
moduleGraphGradle = " 0.12.0"
87
86
88
87
[libraries ]
@@ -195,7 +194,7 @@ kotlinx-serialization-gradle = { module = "org.jetbrains.kotlin:kotlin-serializa
195
194
ksp-gradle = { module = " com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin" , version.ref = " ksp" }
196
195
agp-gradle = { module = " com.android.tools.build:gradle" , version.ref = " agp" }
197
196
detekt-gradle = { module = " io.gitlab.arturbosch.detekt:detekt-gradle-plugin" , version.ref = " detekt" }
198
- aboutlibraries-gradle = { module = " com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin" , version.ref = " aboutlibrariesGradle " }
197
+ aboutlibraries-gradle = { module = " com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin" , version.ref = " aboutlibraries " }
199
198
compose-compiler-gradle = { module = " org.jetbrains.kotlin:compose-compiler-gradle-plugin" , version.ref = " kotlin" }
200
199
201
200
# Used in convention plugins
You can’t perform that action at this time.
0 commit comments