Commit ffff3f18 authored by Vladislav Bogdashkin's avatar Vladislav Bogdashkin 🎣

added PhtoView dependencie

parent 551e4fe6
...@@ -85,6 +85,9 @@ dependencies { ...@@ -85,6 +85,9 @@ dependencies {
//Logger: Timber //Logger: Timber
implementation "com.jakewharton.timber:timber:$timberVersion" implementation "com.jakewharton.timber:timber:$timberVersion"
//PhotoView
implementation 'com.github.chrisbanes:PhotoView:2.0.0'
//Crashlytics //Crashlytics
implementation('com.crashlytics.sdk.android:crashlytics:2.10.0@aar') { implementation('com.crashlytics.sdk.android:crashlytics:2.10.0@aar') {
transitive = true; transitive = true;
......
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent">
</LinearLayout>
\ No newline at end of file
...@@ -22,6 +22,7 @@ allprojects { ...@@ -22,6 +22,7 @@ allprojects {
repositories { repositories {
google() google()
jcenter() jcenter()
maven { url "https://jitpack.io" }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment