Skip to content

Commit

Permalink
Merge pull request #11897 from nextcloud/enhanced-image-preview
Browse files Browse the repository at this point in the history
Enhanced image preview
  • Loading branch information
AndyScherzinger authored Aug 29, 2023
2 parents 60845f9 + f57be44 commit 642d404
Show file tree
Hide file tree
Showing 31 changed files with 2,095 additions and 93 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,8 @@ dependencies {
// dependencies for image cropping and rotation
implementation 'com.vanniktech:android-image-cropper:4.5.0'

implementation 'org.osmdroid:osmdroid-android:6.1.16'

implementation('org.mnode.ical4j:ical4j:3.0.0') {
['org.apache.commons', 'commons-logging'].each {
exclude group: "$it"
Expand Down
Loading

0 comments on commit 642d404

Please sign in to comment.