mattinger
06/23/2022, 11:22 PMAdam Powell
06/24/2022, 1:15 AM@ExperimentalFoo or @InternalFoo) API (unless we did something wrong). You can verify by trying out the RC builds.Adam Powell
06/24/2022, 1:17 AMtargetSdkVersion. It may force you to change your compileSdkVersion. These two are different, and targetSdkVersion is the one that alters how the android framework behaves while running your app. compileSdkVersion only determines what APIs are available in the SDK, not their behavior. APIs are only ever removed from the SDK if they are extremely broken or pose a security/privacy risk, so incrementing your compileSdkVersion should always be safe.