Skip to content

Commit 747a6b3

Browse files
committed
fix: classify more third-party package families as library sources
1 parent 412b7a7 commit 747a6b3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

amber-pipeline/src/main/kotlin/dev/amber/pipeline/dex/SourcePartitioner.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,15 @@ internal object SourcePartitioner {
2020
private val likelyLibraryPrefixes = listOf(
2121
"android/",
2222
"androidx/",
23+
"com/bumptech/",
2324
"com/google/",
25+
"com/google/accompanist/",
2426
"com/google/android/",
2527
"com/google/common/",
2628
"com/google/firebase/",
2729
"com/google/gson/",
2830
"com/google/protobuf/",
31+
"com/google/zxing/",
2932
"com/squareup/",
3033
"dagger/",
3134
"io/reactivex/",

0 commit comments

Comments
 (0)