Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
PublicAndroidApps
Nebulo
Commits
509f25fa
Commit
509f25fa
authored
Jul 11, 2019
by
Daniel Wolf
Browse files
Added LeakCanary dependency
parent
0fea820a
Changes
2
Show whitespace changes
Inline
Side-by-side
README.md
View file @
509f25fa
...
@@ -83,6 +83,8 @@ This work contains third-party content, namely:
...
@@ -83,6 +83,8 @@ This work contains third-party content, namely:
-
License: GPLv3
-
License: GPLv3
-
[
FABProgressCircle
](
https://github.com/JorgeCastilloPrz/FABProgressCircle
)
for showing a loading indicator around floating action buttons
-
[
FABProgressCircle
](
https://github.com/JorgeCastilloPrz/FABProgressCircle
)
for showing a loading indicator around floating action buttons
-
License:
[
Apache License Version 2.0
](
https://www.apache.org/licenses/LICENSE-2.0
)
-
License:
[
Apache License Version 2.0
](
https://www.apache.org/licenses/LICENSE-2.0
)
-
[
LeakCanary
](
https://github.com/square/leakcanary
)
for finding memory leaks
-
License:
[
Apache License Version 2.0
](
https://www.apache.org/licenses/LICENSE-2.0
)
# Cloning
# Cloning
Feel free to clone this software. However, there are a few things to notice:
Feel free to clone this software. However, there are a few things to notice:
...
...
app/build.gradle
View file @
509f25fa
...
@@ -116,6 +116,8 @@ dependencies {
...
@@ -116,6 +116,8 @@ dependencies {
implementation
'com.github.jorgecastilloprz:fabprogresscircle:1.01@aar'
implementation
'com.github.jorgecastilloprz:fabprogresscircle:1.01@aar'
debugImplementation
'com.squareup.leakcanary:leakcanary-android:2.0-alpha-3'
testImplementation
'junit:junit:4.12'
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test:runner:1.2.0'
androidTestImplementation
'androidx.test:runner:1.2.0'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.2.0'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.2.0'
...
...
Write
Preview
Supports
Markdown
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