Skip to content

Commit

Permalink
Fix dex in data module
Browse files Browse the repository at this point in the history
  • Loading branch information
davigonz committed Dec 10, 2019
1 parent ff62135 commit 07d1ce5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions owncloudData/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ android {
arguments = ["room.schemaLocation": "$projectDir/schemas".toString()]
}
}

multiDexEnabled true
}

buildTypes {
Expand Down

0 comments on commit 07d1ce5

Please sign in to comment.