Skip to content

Commit

Permalink
升级版本
Browse files Browse the repository at this point in the history
  • Loading branch information
hss01248 committed Nov 11, 2021
1 parent 0a9d72d commit 61cbc3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions remote3.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ if(isLocal()){
flippernoop = project(':flipper-no-op')

}else {
flipper = 'com.github.hss01248.flipperUtil:flipper:1.3.1'
dokit = 'com.github.hss01248.flipperUtil:dokit:1.3.1'
flippernoop = 'com.github.hss01248.flipperUtil:flipper-no-op:1.3.1'
flipper = 'com.github.hss01248.flipperUtil:flipper:1.3.2'
dokit = 'com.github.hss01248.flipperUtil:dokit:1.3.2'
flippernoop = 'com.github.hss01248.flipperUtil:flipper-no-op:1.3.2'
}

gradle.addBuildListener(new BuildListener() {
Expand Down

0 comments on commit 61cbc3d

Please sign in to comment.