targeting an OS version minSdkVersion compileSdkVersion targetSdkVersion minimum possible version supported by the app google play uses this to know which devices can install the app used only in compiling and building the app. caution: always check OS version in code before using new APIs. allows you to “opt in” to the changes in the version. ideally, this would be the OS version your app officially “supports”
android studio/build updates ● new inspectors - database inspector, layout inspector, workmanager inspector ● android studio build analyzer (AGP 4.0+) ● android gradle plugin support for Java 11 source. See https://developer.android.com/studio/releases/gradle-plugin for more
ui ● material you ○ your apps running S+ can allow user-generated palette. ● jetpack compose ○ declarative UI tool ○ replaces the traditional view system