Skip to content

Commit

Permalink
Improved multidex and repository declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
etlhsu committed Oct 24, 2018
1 parent e6ef485 commit a1eca3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,7 @@ dependencies {
androidTestImplementation "com.android.support.test.espresso:espresso-core:$rootProject.espressoVersion"
androidTestImplementation "com.android.support.test:runner:$rootProject.runnerVersion"
androidTestImplementation "com.android.support.test:rules:$rootProject.rulesVersion"

implementation "com.android.support:multidex:$rootProject.multiDexVersion"
}
apply plugin: 'com.google.gms.google-services'
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ buildscript {

allprojects {
repositories {
jcenter()
google()
jcenter()
maven { url "https://www.jitpack.io" }
maven { url 'https://maven.fabric.io/public' }
}
Expand Down Expand Up @@ -59,5 +59,6 @@ ext {
sweeterrorVersion = '1.0.0'
mifosPasscodeVersion = '0.3.0'
cropviewVersion = '1.1.7'
multiDexVersion = '1.0.3'

}

0 comments on commit a1eca3f

Please sign in to comment.