Commit 21724665 by bachinger Committed by microkatz

Set targetSdkVersion of main demo app back to 29

#minor-release

PiperOrigin-RevId: 486969194
parent d8754b66
Showing with 3 additions and 0 deletions
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment