Skip to content

Commit

Permalink
add to jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
dell committed Apr 23, 2017
1 parent 61f8cf8 commit 9eb3a3a
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 8 deletions.
6 changes: 6 additions & 0 deletions .idea/encodings.xml

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

21 changes: 20 additions & 1 deletion .idea/misc.xml

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

1 change: 0 additions & 1 deletion .idea/modules.xml

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

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ buildscript {

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

Expand Down
3 changes: 3 additions & 0 deletions rx_easy_runtime_permission/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='com.github.imfms'

android {
compileSdkVersion 25
Expand Down

0 comments on commit 9eb3a3a

Please sign in to comment.