Set targetSdkVersion of main demo app back to 29

#minor-release

PiperOrigin-RevId: 486969194
(cherry picked from commit 21724665283a29133f5d77f5321bcdf182e6aafd)
This commit is contained in:
bachinger 2022-11-08 17:13:56 +00:00 committed by microkatz
parent f3f2f93720
commit f5acc9e783

View File

@ -17,6 +17,9 @@ project.ext {
releaseVersionCode = 2_018_001
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