Everytime I make a new project, the android studio automatically create a target for api 29, which I dont want to, because I want to use an api 27 and lower. Furthermore, the dependencies its using is "androidx:appcompat" rather than implementation for api 27. Help?
Reason im using api 27 is that im currently making an app for android (oreo) and lower with navigation bar. However, nav bar only works for version of 27.