Skip to content

Commit 412b7a7

Browse files
committed
fix: classify broader google and kellinwood packages as library sources
1 parent de824f6 commit 412b7a7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ internal object SourcePartitioner {
2020
private val likelyLibraryPrefixes = listOf(
2121
"android/",
2222
"androidx/",
23+
"com/google/",
2324
"com/google/android/",
2425
"com/google/common/",
2526
"com/google/firebase/",
@@ -29,6 +30,7 @@ internal object SourcePartitioner {
2930
"dagger/",
3031
"io/reactivex/",
3132
"javax/",
33+
"kellinwood/",
3234
"kotlin/",
3335
"kotlinx/",
3436
"okhttp3/",

0 commit comments

Comments
 (0)