Tag: AppCompat

How I resolved the “You need to use a Theme.AppCompat theme (or descendant) with this activity” Issue

So I just created a new android project to play around with firebase tools (like firestore, functions, app distribution and whatnot), and I decided to reduce the pain of having to build the app and upload the app to Firebase App Distribution manually by automating release pipelines through Gith...