1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00

Downgrade to PhotoView 1.2.2 because 1.2.3 crashes when zooming out.

This commit is contained in:
Christophe Beyls 2015-01-07 00:33:25 +01:00
parent bc689437ac
commit 043b75ce9d

View file

@ -25,5 +25,6 @@ android {
dependencies {
compile 'com.android.support:appcompat-v7:20.0.+'
compile 'com.github.chrisbanes.photoview:library:1.2.+'
// Version 1.2.3 has a bug and crashes when detecting 2-finger gestures. Use 1.2.2 instead.
compile 'com.github.chrisbanes.photoview:library:1.2.2'
}