Set targetSdkVersion of main demo app back to 29
#minor-release PiperOrigin-RevId: 486969194
This commit is contained in:
parent
61471474c7
commit
c40cee67da
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user