Skip to content

Commit

Permalink
Merge branch 'feature/maven_local_removal' into 'master'
Browse files Browse the repository at this point in the history
Removed local maven repo and snapshot maven added

See merge request learning/android-tweaks!20
  • Loading branch information
martawoldanska committed Mar 29, 2018
2 parents 5917972 + 4e5dc57 commit 078ee35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ buildscript {
google()
jcenter()
mavenCentral()
mavenLocal()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
Expand All @@ -23,14 +22,13 @@ allprojects {
google()
jcenter()
mavenCentral()
mavenLocal()
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
}
}

repositories {
mavenCentral()
jcenter()
mavenLocal()
}
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
Expand Down
1 change: 0 additions & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ buildscript {
repositories {
jcenter()
mavenCentral()
mavenLocal()
maven {
url "https://plugins.gradle.org/m2/"
}
Expand Down

0 comments on commit 078ee35

Please sign in to comment.