capacitor-community / photoviewer

PhotoViewer table images with fullscreen and sharing capabilities
MIT License
49 stars 12 forks source link

Could not find com.github.MikeOrtiz:TouchImageView:3.1.1. #13

Closed dyegonery closed 2 years ago

dyegonery commented 2 years ago

Describe the bug This plugin is having problems with its dependencies, specifically with com.github.MikeOrtiz:TouchImageView:3.1.1

To Reproduce

  1. ionic capacitor run android

Expected behavior Run ionic app on simulator using Capacitor 3.4.1

Screenshots Screenshot from 2022-02-11 11-36-59

Capacitor:

meriturva commented 2 years ago

You have to add repository on your build.gradle file:

maven { url 'https://jitpack.io' }

see on readme or on android example project: https://github.com/jepiqueau/angular-photoviewer-app

jepiqueau commented 2 years ago

@meriturva thanks for giving the answer. @dyegonery if it works now on your side can you close the issue

jepiqueau commented 2 years ago

@dyegonery I assume this is solve so i close the issue