Skip to content

Commit

Permalink
Set targetSdkVersion of main demo app to 29
Browse files Browse the repository at this point in the history
#minor-release

PiperOrigin-RevId: 487479366
  • Loading branch information
christosts authored and microkatz committed Nov 10, 2022
1 parent ef568d2 commit 09bee98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion demos/main/build.gradle
Expand Up @@ -26,7 +26,9 @@ android {
versionName project.ext.releaseVersion
versionCode project.ext.releaseVersionCode
minSdkVersion project.ext.minSdkVersion
targetSdkVersion project.ext.appTargetSdkVersion
// Not using appTargetSDKVersion to allow local file access on API 29
// and higher [Internal ref: b/191644662]
targetSdkVersion project.ext.mainDemoAppTargetSdkVersion
multiDexEnabled true
}

Expand Down

0 comments on commit 09bee98

Please sign in to comment.