Skip to content

Commit

Permalink
Merge pull request #283 from skydoves/feature/proguard
Browse files Browse the repository at this point in the history
Add consumer-rules.pro to the transformer package
  • Loading branch information
skydoves authored May 13, 2023
2 parents 3101e06 + 2f37917 commit f67605f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions landscapist-transformation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ android {
cppFlags += "-std=c++17"
}
}
consumerProguardFiles("consumer-rules.pro")
}
externalNativeBuild {
cmake {
Expand Down
1 change: 1 addition & 0 deletions landscapist-transformation/consumer-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-keep class com.skydoves.landscapist.transformation.** { *; }

0 comments on commit f67605f

Please sign in to comment.