Skip to content

Commit

Permalink
添加编译选项
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonGgx committed Apr 18, 2018
1 parent ebe5342 commit e33c534
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .idea/misc.xml

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

2 changes: 1 addition & 1 deletion annotations/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'
group='com.github.guanguoxiang'
project.archivesBaseName="archive-annotations"
project.archivesBaseName="annotations"

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
Expand Down
2 changes: 1 addition & 1 deletion compiler/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'
group='com.github.guanguoxiang'
project.archivesBaseName="archive-compiler"
project.archivesBaseName="compiler"
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.google.auto.service:auto-service:1.0-rc2'
Expand Down
2 changes: 1 addition & 1 deletion sharepreference/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.guanguoxiang'
project.archivesBaseName="archive-SharePreference"
project.archivesBaseName="SharePreference"
android {
compileSdkVersion 26
buildToolsVersion "27.0.3"
Expand Down

0 comments on commit e33c534

Please sign in to comment.