Skip to content

Commit

Permalink
Updated gradle to pull from Beta2 release repo
Browse files Browse the repository at this point in the history
  • Loading branch information
sshie committed Feb 6, 2017
1 parent f0b774a commit 3734957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AerisDemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ android {
buildscript {
repositories {
mavenCentral()
maven { url "https://oss.sonatype.org/content/repositories/comaerisweather-1107" }
//maven { url "https://oss.sonatype.org/content/repositories/comaerisweather-1107" }
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.3'
Expand All @@ -66,7 +66,7 @@ buildscript {
repositories {
mavenCentral()
jcenter()
maven { url "https://oss.sonatype.org/content/repositories/comaerisweather-1107" }
//maven { url "https://oss.sonatype.org/content/repositories/comaerisweather-1107" }
}
dependencies {
testCompile 'junit:junit:4.12'
Expand Down

0 comments on commit 3734957

Please sign in to comment.