Skip to content

Commit

Permalink
Merge pull request android#636 from googlesamples/dlam/remove-interna…
Browse files Browse the repository at this point in the history
…l-repo

Remove internal repo
  • Loading branch information
dlam committed May 13, 2019
2 parents 25145a1 + d0a2e94 commit b65f5f9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions PagingWithNetworkSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ buildscript {
apply from: 'versions.gradle'

addRepos(repositories)
repositories {
maven { url '../benchmark-repository' }
}

dependencies {
classpath deps.android_gradle_plugin
Expand All @@ -36,10 +33,6 @@ buildscript {

allprojects {
addRepos(repositories)

repositories {
maven { url '../../benchmark-repository' }
}
}

task clean(type: Delete) {
Expand Down
7 changes: 0 additions & 7 deletions WorkManagerSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ buildscript {
apply from: 'versions.gradle'

addRepos(repositories)
repositories {
maven { url '../benchmark-repository' }
}

dependencies {
classpath deps.android_gradle_plugin
Expand All @@ -36,10 +33,6 @@ buildscript {

allprojects {
addRepos(repositories)

repositories {
maven { url '../../benchmark-repository' }
}
}

task clean(type: Delete) {
Expand Down

0 comments on commit b65f5f9

Please sign in to comment.