Fix new api usage
This commit is contained in:
@@ -161,6 +161,10 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
lint {
|
||||
fatal += "NewApi"
|
||||
}
|
||||
|
||||
applicationVariants.configureEach {
|
||||
outputs.configureEach {
|
||||
val output = this as com.android.build.gradle.internal.api.BaseVariantOutputImpl
|
||||
@@ -314,6 +318,9 @@ dependencies {
|
||||
// Debug/Test dependencies
|
||||
debugImplementation("androidx.compose.ui:ui-tooling")
|
||||
debugImplementation("androidx.compose.ui:ui-test-manifest")
|
||||
"androidTestPlayImplementation"(composeBom23)
|
||||
"androidTestOtherImplementation"(composeBom23)
|
||||
"androidTestOtherLegacyImplementation"(composeBom21)
|
||||
androidTestImplementation("androidx.compose.ui:ui-test-junit4")
|
||||
|
||||
// Common Compose-related libraries
|
||||
|
||||
Reference in New Issue
Block a user