Skip to content

Commit

Permalink
tiaozheng
Browse files Browse the repository at this point in the history
  • Loading branch information
magicbaby810 committed Oct 16, 2021
1 parent ab6aaf8 commit fe47c27
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'com.google.android.material:material:1.3.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation project(path: ':flutter')
}
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'
implementation project(':flutter')
compileOnly project(':flutter')
// implementation files('libs/libs.jar')
// compileOnly project(':flutter_boost')
}
Expand Down
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ evaluate(new File(

include ':flutterpatch'
include ':flutter_test_module'
project(':flutter_test_module').projectDir = new File('../flutter_test_module')

0 comments on commit fe47c27

Please sign in to comment.