Skip to content

Commit

Permalink
更新 SDK 以及 Demo 到6.7.7733
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaHans committed Sep 30, 2019
1 parent ef100b0 commit a1c0e57
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

buildscript {
repositories {
maven { url "http://maven.oa.com/nexus/content/groups/androidbuild"}
google()
jcenter()
maven { url "https://dl.bintray.com/tencentqcloudterminal/maven" }
}
dependencies {
Expand All @@ -15,8 +16,8 @@ buildscript {

allprojects {
repositories {
maven { url "http://maven.oa.com/nexus/content/groups/androidbuild"}

google()
jcenter()
flatDir {
dirs 'libs'
dirs project(':app').file('libs')
Expand Down

0 comments on commit a1c0e57

Please sign in to comment.