Skip to content

Commit

Permalink
Add proguard configuration to android module
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsvanvelzen committed Sep 12, 2020
1 parent f1e7089 commit cce31d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ android {

versionCode = getVersionCode(project.version.toString()) ?: 0
versionName = project.version.toString()

consumerProguardFiles("proguard-rules.pro")
}

compileOptions {
Expand Down
1 change: 1 addition & 0 deletions android/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-keep class org.jellyfin.apiclient.model.**.* { *; }

0 comments on commit cce31d6

Please sign in to comment.