Skip to content

Commit

Permalink
提交到 JitPack
Browse files Browse the repository at this point in the history
  • Loading branch information
hsongxian committed Nov 1, 2016
1 parent 1032372 commit beed742
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 3 deletions.
24 changes: 24 additions & 0 deletions .idea/misc.xml

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

3 changes: 3 additions & 0 deletions .idea/modules.xml

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

5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.0'

// NOTE: Do not place your application dependencies here; they belong
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
Expand Down
2 changes: 2 additions & 0 deletions refresh_view_library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

group='com.github.songixan'
android {
compileSdkVersion 24
buildToolsVersion "24.0.2"
Expand Down

0 comments on commit beed742

Please sign in to comment.