Skip to content

Commit

Permalink
fix:
Browse files Browse the repository at this point in the history
  • Loading branch information
biezhihua committed Jun 9, 2022
1 parent 7d18d08 commit 308bff8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GaiaXAdapterAndroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ dependencies {
implementation project(path: ':GXAnalyzeAndroid')
implementation project(path: ':GaiaXAndroid')
} else {
implementation 'com.github.alibaba.GaiaX:GaiaX-Analyze:main-SNAPSHOT'
implementation('com.github.alibaba.GaiaX:GaiaX:main-SNAPSHOT') { changing = true }
implementation 'com.github.alibaba.GaiaX:GaiaX-Analyze:androidsupport-SNAPSHOT'
implementation('com.github.alibaba.GaiaX:GaiaX:androidsupport-SNAPSHOT') { changing = true }
}

testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit 308bff8

Please sign in to comment.