Skip to content

Commit

Permalink
Update maven
Browse files Browse the repository at this point in the history
  • Loading branch information
DengQiming committed Oct 31, 2018
1 parent 1b442a9 commit fbd624d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {
implementation 'com.android.support:support-v13:27.0.2'
implementation 'com.android.support:design:27.0.2'
implementation 'org.greenrobot:eventbus:3.0.0'
implementation('com.ciscowebex:androidsdk:2.0.0-SNAPSHOT@aar', {
implementation('com.ciscowebex:androidsdk:2.0.0@aar', {
transitive = true
})
implementation 'com.squareup.picasso:picasso:2.5.2'
Expand Down
5 changes: 1 addition & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ allprojects {
jcenter()
google()
maven {
url 'http://engci-maven.cisco.com/artifactory/webexsdk-SNAPSHOT/'
}
maven {
url 'http://engci-maven.cisco.com/artifactory/webexsdk/'
url 'https://devhub.cisco.com/artifactory/webexsdk/'
}
}
}
Expand Down

0 comments on commit fbd624d

Please sign in to comment.