Skip to content

Commit

Permalink
添加新注解
Browse files Browse the repository at this point in the history
  • Loading branch information
K0170016 authored and K0170016 committed May 17, 2019
1 parent 582f2ad commit 3cd90dc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ android.enableJetifier=true
android.enableUnitTestBinaryResources=true
#true:module作为单独app
#false:module作为依赖aar
isModuleAsApp=true
isModuleAsApp=false
#false:使用本地依赖
#true:使用maven依赖module
isUseMaven=true
isUseMaven=false
#true:单元测试使用mock的Url
#false:单元测试实际Url地址
isUseMockUrl=false
Expand Down
40 changes: 20 additions & 20 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
//include ':core-arch-annotations'
//include ':core-arch-processor'
//
//include ':core-eventbus'
//include ':core-eventbus-annotations'
//include ':core-eventbus-processor'
//
//include ':core-arch'
//
//include ':core-utils'
//include ':core-progress'
//include ':core-image'
//include ':core-cookie'
//
//include ':core-common'
//
//include ':test-utils'
include ':core-arch-annotations'
include ':core-arch-processor'

include ':core-eventbus'
include ':core-eventbus-annotations'
include ':core-eventbus-processor'

include ':core-arch'

include ':core-utils'
include ':core-progress'
include ':core-image'
include ':core-cookie'

include ':core-common'

include ':test-utils'

include ':module-app'
//include ':module-wan'
//include ':module-gan'
//include ':module-wan-kotlin'
include ':module-wan'
include ':module-gan'
include ':module-wan-kotlin'

0 comments on commit 3cd90dc

Please sign in to comment.