Skip to content

Commit

Permalink
add jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
ixueadev committed Dec 22, 2018
1 parent 16c70f1 commit deeb861
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:3.0.1'
// classpath 'org.robolectric:robolectric-gradle-plugin:0.11.+'
classpath "org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.8.1"
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
3 changes: 3 additions & 0 deletions downloader/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ apply plugin: 'pmd'
apply plugin: "jacoco"
apply plugin: 'com.github.kt3k.coveralls'

apply plugin: 'com.github.dcendents.android-maven'
group='com.github.ixuea'


findbugs {
toolVersion = FINDBUGS_VERSION
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ JACOCO_VERSION=0.7.1.201405082137
#JACOCO_VERSION=0.7.6.201602180812
#upload jar
GROUP=com.ixuea.android
VERSION_NAME=1.0.2-SNAPSHOT
VERSION_NAME=2.0.0
#VERSION_NAME=1.0.1
POM_URL=https://github.com/ixuea/AndroidDownloader/
POM_SCM_URL=https://github.com/ixuea/AndroidDownloader/
Expand Down

0 comments on commit deeb861

Please sign in to comment.