<How to prevent Android app from reverting to prev...
# stackoverflow
r
How to prevent Android app from reverting to previous build? I'm working on an android app. I'm using Jetpack compose and Kotlin and it is debug build. The issue is that if I install a version from android studio to my physical device using USB debugging, then it works correctly. But, when I clear app storage/data from phone settings, my app automatically reverts back to older look and behaviour out of nowhere. Note that I didn't install/uninstall the app. It was only on my phone. And there is no connection with android studio. It's very frustrating....