Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Room Park Android
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vladislav Bogdashkin
Room Park Android
Commits
ffff3f18
Commit
ffff3f18
authored
Sep 13, 2019
by
Vladislav Bogdashkin
🎣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added PhtoView dependencie
parent
551e4fe6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
0 deletions
+10
-0
build.gradle
app/build.gradle
+3
-0
photo_view_screen.xml
app/src/main/res/layout/photo_view_screen.xml
+6
-0
build.gradle
build.gradle
+1
-0
No files found.
app/build.gradle
View file @
ffff3f18
...
@@ -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
;
...
...
app/src/main/res/layout/photo_view_screen.xml
0 → 100644
View file @
ffff3f18
<?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
build.gradle
View file @
ffff3f18
...
@@ -22,6 +22,7 @@ allprojects {
...
@@ -22,6 +22,7 @@ allprojects {
repositories
{
repositories
{
google
()
google
()
jcenter
()
jcenter
()
maven
{
url
"https://jitpack.io"
}
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment