diff --git a/constants.gradle b/constants.gradle index d7e1743e54..1d11c36c50 100644 --- a/constants.gradle +++ b/constants.gradle @@ -16,6 +16,9 @@ project.ext { releaseVersionCode = 1_000_000_1_02 minSdkVersion = 16 appTargetSdkVersion = 33 + // API version before restricting local file access. + // https://developer.android.com/training/data-storage/app-specific + mainDemoAppTargetSdkVersion = 29 // Upgrading this requires [Internal ref: b/193254928] to be fixed, or some // additional robolectric config. targetSdkVersion = 30