Make Showkase browser work in the nightly versions (#829)
This commit is contained in:
parent
299492713e
commit
ac0b799b6e
2 changed files with 10 additions and 1 deletions
|
|
@ -27,6 +27,13 @@ android {
|
||||||
buildConfig = true
|
buildConfig = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
buildTypes {
|
||||||
|
getByName("release") {
|
||||||
|
isMinifyEnabled = true
|
||||||
|
consumerProguardFiles("proguard-rules.pro")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api(projects.libraries.theme)
|
api(projects.libraries.theme)
|
||||||
// Should not be there, but this is a POC
|
// Should not be there, but this is a POC
|
||||||
|
|
|
||||||
2
libraries/designsystem/proguard-rules.pro
vendored
2
libraries/designsystem/proguard-rules.pro
vendored
|
|
@ -19,3 +19,5 @@
|
||||||
# If you keep the line number information, uncomment this to
|
# If you keep the line number information, uncomment this to
|
||||||
# hide the original source file name.
|
# hide the original source file name.
|
||||||
#-renamesourcefileattribute SourceFile
|
#-renamesourcefileattribute SourceFile
|
||||||
|
|
||||||
|
-keep class io.element.android.libraries.designsystem.showkase.DesignSystemShowkaseRootModuleCodegen { }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue