Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaspeaks committed Mar 7, 2025
1 parent 87aad6f commit 239f167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cronet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {

task javadocs(type: Javadoc) {
source = android.sourceSets.main.java.srcDirs
// classpath += files(android.getBootClasspath())
classpath += files(android.getBootClasspath())
classpath += files({
android.libraryVariants.collect { variant ->
variant.javaCompileProvider.get().classpath
Expand Down

0 comments on commit 239f167

Please sign in to comment.