Skip to content

Commit

Permalink
React Native 0.72 (Gradle8) でビルドエラーが発生するため修正 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
matsuda-argano committed Jul 26, 2023
1 parent 5ed8ad0 commit 94c9f48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@ afterEvaluate { project ->
}

task androidJavadocJar(type: Jar, dependsOn: androidJavadoc) {
classifier = 'javadoc'
archiveClassifier = 'javadoc'
from androidJavadoc.destinationDir
}

task androidSourcesJar(type: Jar) {
classifier = 'sources'
archiveClassifier = 'sources'
from android.sourceSets.main.java.srcDirs
include '**/*.java'
}
Expand Down

0 comments on commit 94c9f48

Please sign in to comment.