shakebugs / shake-flutter

Bug reporting SDK for Flutter apps.
https://shakebugs.com
MIT License
15 stars 5 forks source link

Can't build due to environment variable #1

Closed JsonLinesCode closed 2 years ago

JsonLinesCode commented 2 years ago

I have tried to build the demo app but my android build can't succeed as android/build.gradle:43 contains an env variable.

mstanic-shake commented 2 years ago

Hi, sorry for the late answer. We'll check this and then get back to you soon.

mstanic-shake commented 2 years ago

Hi @JsonLinesCode there is a .run folder which contains configurations you can use in Android Studio to run the project. These configurations are using simple scripts under example/.scripts folder to run the app and set env variables.

JsonLinesCode commented 2 years ago

It makes sense ! Good luck on future updates.