Skip to content

Commit

Permalink
1.0.2 processor
Browse files Browse the repository at this point in the history
  • Loading branch information
jokermonn committed Aug 20, 2017
1 parent 5c2952e commit 5ad8882
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .idea/modules.xml

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

8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ dependencies {
})
// umeng
compile 'com.umeng.analytics:analytics:6.1.2'
// compile project (':permissions4m-api')
// annotationProcessor project (':permissions4m-processor')
compile 'com.github.jokermonn:permissions4m:1.0.1-lib'
annotationProcessor 'com.github.jokermonn:permissions4m:1.0.1-processor'
compile project (':permissions4m-api')
annotationProcessor project (':permissions4m-processor')
// compile 'com.github.jokermonn:permissions4m:1.0.1-lib'
// annotationProcessor 'com.github.jokermonn:permissions4m:1.0.1-processor'
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
compile 'com.android.support:support-v4:25.3.1'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ buildscript {
allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
// maven { url "https://jitpack.io" }
}
}
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 5ad8882

Please sign in to comment.