chore(deps): update androidx.compose.compiler to 1.4.0

This commit is contained in:
Harsh Shandilya 2023-01-18 14:32:52 +05:30 committed by GitHub
parent b428c73602
commit 8dea17cbf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 7 deletions

View file

@ -59,6 +59,7 @@ dependencyResolutionManagement {
includeGroup("androidx.collection")
includeGroup("androidx.compose")
includeGroup("androidx.compose.animation")
includeGroup("androidx.compose.compiler")
includeGroup("androidx.compose.foundation")
includeGroup("androidx.compose.material")
includeGroup("androidx.compose.material3")
@ -113,10 +114,6 @@ dependencyResolutionManagement {
forRepository { maven("https://oss.sonatype.org/content/repositories/snapshots/") }
filter { includeGroup("dev.msfjarvis.whetstone") }
}
exclusiveContent {
forRepository { maven("https://androidx.dev/storage/compose-compiler/repository/") }
filter { includeGroup("androidx.compose.compiler") }
}
mavenCentral()
}
}