Skip to content

Commit

Permalink
Initial conmit
Browse files Browse the repository at this point in the history
  • Loading branch information
lzy2626 committed Apr 2, 2019
1 parent 53f490c commit 007b76b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
repositories {
google()
jcenter()

mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.2'
Expand All @@ -19,7 +19,7 @@ allprojects {
repositories {
google()
jcenter()

mavenCentral()
}
}

Expand Down
3 changes: 3 additions & 0 deletions loading/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ dependencies {
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
api 'pl.droidsonroids.gif:android-gif-drawable:1.2.16'


implementation 'com.github.bumptech.glide:glide:3.7.0'
}

0 comments on commit 007b76b

Please sign in to comment.