Skip to content

Commit

Permalink
add JitPack lib
Browse files Browse the repository at this point in the history
  • Loading branch information
hzwangchenyan committed Jul 20, 2017
1 parent 08c963d commit a54d051
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
}
}

Expand Down
3 changes: 3 additions & 0 deletions htmltext/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

group = 'me.wcy'

android {
compileSdkVersion 25
Expand Down

0 comments on commit a54d051

Please sign in to comment.