I have two build variant in my Application, one is release and other is debug.
In a release, I have set my https URL. In Debug, I have set my local URL for testing purpose.
is it possible if I upload my release variant to PlayStore that somebody can reverse engineered it and see my Local testing URL? I dont want to expose my testing URL?