Skip to content

Commit

Permalink
2.0.0 processor
Browse files Browse the repository at this point in the history
  • Loading branch information
jokermonn committed Aug 29, 2017
1 parent fc45562 commit ad3bb13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions permissions4m-api/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
//apply plugin: 'com.github.dcendents.android-maven'

group = 'com.github.jokermonn'
//group = 'com.github.jokermonn'

android {
compileSdkVersion 25
Expand Down
4 changes: 2 additions & 2 deletions permissions4m-processor/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'java'
//apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.github.dcendents.android-maven'

//group = 'com.github.jokermonn'
group = 'com.github.jokermonn'

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
Expand Down

0 comments on commit ad3bb13

Please sign in to comment.