Skip to content

Commit

Permalink
added jcenter as repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ranaparamveer committed Jun 26, 2018
1 parent 52d3f7f commit e2a7f0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ allprojects {
repositories {
mavenCentral()
google()
jcenter()
}
}
2 changes: 2 additions & 0 deletions samples/database-v13-upgrade/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ buildscript {
repositories {
mavenCentral()
google()
jcenter()
}
dependencies {
classpath "com.android.tools.build:gradle:$build_tools_version"
Expand All @@ -12,6 +13,7 @@ apply plugin: 'com.android.application'
repositories {
mavenCentral()
google()
jcenter()
}

android {
Expand Down

0 comments on commit e2a7f0f

Please sign in to comment.