Update Google Play Services and some other useful stuff by adb#103
Update Google Play Services and some other useful stuff by adb#103budtmo merged 5 commits intobudtmo:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #103 +/- ##
======================================
Coverage 98.3% 98.3%
======================================
Files 2 2
Lines 118 118
======================================
Hits 116 116
Misses 2 2Continue to review full report at Codecov.
|
budtmo
left a comment
There was a problem hiding this comment.
Hi @mehrdad-abdoli ,
Thank you for the PR. it looks good to me. Could you mention in README.md that we download the google play store from apklinker so the user is aware about it, because I read something like: https://www.quora.com/Is-it-safe-to-download-Android-apps-APK-from-APKLinker ?
and also could you write it that we use google play store app version 12.8.74?
|
Hi @butomo1989 Done |
|
I will release it with PR # #104 |
Purpose of changes
some apps need the Google play services to be the latest version .Also sometimes we need some changes on emulator as push images , disable animations or set fake geo location . all can be done and edited in utils.sh in src directory.
in docker compose file it can be mounted if need any changes as :
$PWD/src/utils.sh:/root/src/utils.sh in volumes section
Types of changes
Put an
xin the boxes that applyHow has this been tested?
on emulator 8.1 by docker-compose and mounted the edited files