Skip to content

Commit

Permalink
修改项目的仓库配置,因为本人本地有nexus,使用者可忽略
Browse files Browse the repository at this point in the history
  • Loading branch information
jixiangxiang committed Sep 30, 2017
1 parent c1f78e8 commit bbb32d2
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 69 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,4 @@ freeline.py
freeline/
freeline_project_description.json

/.idea/vcs.xml
72 changes: 72 additions & 0 deletions .idea/markdown-navigator.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

68 changes: 0 additions & 68 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ buildscript {
// jcenter()
mavenLocal()
maven { url NEXUS_SERVER_URL }
jcenter()
maven { url "https://jitpack.io" }
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
Expand All @@ -20,7 +22,8 @@ allprojects {
repositories {
mavenLocal()
maven { url NEXUS_SERVER_URL }
maven { url 'https://jitpack.io' }
jcenter()
maven { url "https://jitpack.io" }
}
}

Expand Down

0 comments on commit bbb32d2

Please sign in to comment.