Skip to content

Commit

Permalink
调整
Browse files Browse the repository at this point in the history
  • Loading branch information
magicbaby810 committed Oct 16, 2021
1 parent 7f01192 commit ab6aaf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion flutterpatch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {

// 指定tinker依赖版本(注:应用升级1.3.5版本起,不再内置tinker)
compileOnly 'com.tencent.tinker:tinker-android-lib:1.9.14.6'
compileOnly project(':flutter')
implementation project(':flutter')
// implementation files('libs/libs.jar')
// compileOnly project(':flutter_boost')
}
Expand Down
2 changes: 2 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ evaluate(new File(
))

include ':flutterpatch'
include ':flutter_test_module'

0 comments on commit ab6aaf8

Please sign in to comment.