Skip to content

Commit

Permalink
升级脚本版本
Browse files Browse the repository at this point in the history
  • Loading branch information
hss01248 committed Nov 2, 2021
1 parent e7f349a commit fadb73f
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 @@ -61,9 +61,9 @@ if(isLocal()){
flippernoop = project(':flipper-no-op')

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

gradle.addBuildListener(new BuildListener() {
Expand Down

0 comments on commit fadb73f

Please sign in to comment.