[#665] Gradle assemble task run fix

This commit is contained in:
Honza Rychnovsky 2022-11-11 15:28:20 +01:00 committed by GitHub
parent 537faa164c
commit 9401330ff4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -35,6 +35,7 @@ android {
buildTypes {
create("release") {
// to align with the benchmark module requirement - run against minified application
isMinifyEnabled = true
}
}

View File

@ -0,0 +1,7 @@
# This is generated automatically by the Android Gradle plugin.
-dontwarn androidx.compose.ui.util.MathHelpersKt
-dontwarn androidx.startup.Initializer
-dontwarn com.google.common.util.concurrent.ListenableFuture
-dontwarn com.google.errorprone.annotations.CheckReturnValue
-dontwarn com.google.errorprone.annotations.InlineMe
-dontwarn com.google.errorprone.annotations.MustBeClosed