Skip to content

Commit

Permalink
Merge pull request #113 from erolaksoy/DisableTimelineViewComposeProg…
Browse files Browse the repository at this point in the history
…uard

Disable proguard of timelineViewCompose
  • Loading branch information
erolaksoy authored Jun 13, 2023
2 parents 05b9dc3 + 8e1d1e7 commit 6317298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libraries/timeline-view-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {

buildTypes {
getByName<com.android.build.gradle.internal.dsl.BuildType>("release") {
isMinifyEnabled = true
isMinifyEnabled = false
setProguardFiles(
mutableListOf(
getDefaultProguardFile("proguard-android.txt"),
Expand Down
3 changes: 1 addition & 2 deletions libraries/timeline-view-compose/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
-keep class !com.trendyol.uicomponents.timelineviewcompose.model.FakeTimelineItemProvider, com.trendyol.uicomponents.timelineviewcompose.** { *; }
#-renamesourcefileattribute SourceFile

0 comments on commit 6317298

Please sign in to comment.