Skip to content

Commit

Permalink
update:rename dir
Browse files Browse the repository at this point in the history
  • Loading branch information
matteriot committed Jun 13, 2020
1 parent d167265 commit 0742471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ jobs:
- gomobile version
- pwd
# - find / client.aar
- cd gateway-go/mobile
- cd gateway-go/client
- gomobile bind -target=android
- cd ../..
- rm -rf android/app/libs/*.aar
- ls -a
- cp ./gateway-go/mobile/client.aar android/app/libs
- cp ./gateway-go/client/client.aar android/app/libs
# build aar over
script:
- yes | sdkmanager "platforms;android-28"
Expand Down

0 comments on commit 0742471

Please sign in to comment.