Hi @regis!
I made some local changes so that the android container environment can get the code for edx-app-android from my repository. Everything compiles normally but the generated apk does not contain my modifications.
I had to add this manually because the commands on that link https://docs.tutor.overhang.io/extra.html#building-a-custom-android-app
tutor images build \
--build-arg ANDROID_APP_REPOSITORY=https://github.com/mycustomfork/edx-app-android \
--build-arg ANDROID_APP_VERSION=master
Had no effect on my case
But I tested the apk generated by the tutor and installed it on the android emulator and the application started and logged on my platform.
Any tips on how to make the script build the code that is in my repository?