Skip to content

Commit

Permalink
2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhiqiang1993 committed Mar 25, 2019
1 parent 8c98641 commit 183ff77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ buildscript {
classpath 'com.android.tools.build:gradle:3.3.2'

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
4 changes: 2 additions & 2 deletions zxinglibrary/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'

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

android {
compileSdkVersion compile_sdk_version
Expand Down

0 comments on commit 183ff77

Please sign in to comment.