Skip to content

Commit

Permalink
Move com/facebook/react/devsupport/AndroidManifest to Internal (#47279
Browse files Browse the repository at this point in the history
)

Summary:
Pull Request resolved: #47279

This file is used by BUCK only and should have not been exposed in the first place.
Fixes #47223

Changelog:
[Internal] [Changed] - Move `com/facebook/react/devsupport/AndroidManifest` to Internal

Differential Revision: D65136247
  • Loading branch information
cortinico authored and facebook-github-bot committed Oct 29, 2024
1 parent 52cdedb commit 60aac70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,11 @@ afterEvaluate {
tasks.getByName("preBuild").dependsOn(prepareHeadersForPrefab)
}

tasks.withType<JavaCompile>().configureEach {
options.compilerArgs.add("-Xlint:deprecation,unchecked")
options.compilerArgs.add("-Werror")
}

/* Publishing Configuration */
apply(from = "../publish.gradle")

Expand Down

This file was deleted.

0 comments on commit 60aac70

Please sign in to comment.