Skip to content

Commit

Permalink
Default runtime SDK 34
Browse files Browse the repository at this point in the history
Reviewed By: jiawei-lyu

Differential Revision: D54399500

fbshipit-source-id: 5642f0bc5dccd43c3966e6172b2cc38558b40291
  • Loading branch information
Joshua Selbo authored and facebook-github-bot committed Mar 9, 2024
1 parent 9ebcb00 commit a7d08c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion litho-it/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@

<!-- This is the version the BUCK tests will run against to when LithoTestRunner is not specified -->
<uses-sdk
android:targetSdkVersion="33" />
android:targetSdkVersion="34" />
</manifest>
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ private List<? extends Class<? extends LithoTestRunConfiguration>> getGlobalConf

@Override
protected Config buildGlobalConfig() {
return Config.Builder.defaults().setSdk(Build.VERSION_CODES.TIRAMISU).build();
return Config.Builder.defaults().setSdk(Build.VERSION_CODES.UPSIDE_DOWN_CAKE).build();
}

@Override
Expand Down

0 comments on commit a7d08c0

Please sign in to comment.