Skip to content

Commit

Permalink
添加Jitpack支持,发布1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lixiaoliang committed Feb 22, 2019
1 parent 8e067cb commit 09359e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions blur/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'
version "1.0.0"
group='com.mainli'

android {
compileSdkVersion 28
Expand Down Expand Up @@ -33,6 +36,7 @@ android {
path "CMakeLists.txt"
}
}

}

dependencies {
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.1'
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

0 comments on commit 09359e8

Please sign in to comment.