Make Showkase browser work in the nightly versions (#829)

This commit is contained in:
Jorge Martin Espinosa 2023-07-10 10:10:22 +02:00 committed by GitHub
parent 3436d74368
commit c0df303c22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View file

@ -27,6 +27,13 @@ android {
buildConfig = true
}
buildTypes {
getByName("release") {
isMinifyEnabled = true
consumerProguardFiles("proguard-rules.pro")
}
}
dependencies {
api(projects.libraries.theme)
// Should not be there, but this is a POC

View file

@ -18,4 +18,6 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
#-renamesourcefileattribute SourceFile
-keep class io.element.android.libraries.designsystem.showkase.DesignSystemShowkaseRootModuleCodegen { }