Skip to content

Commit

Permalink
fix(android): classifier -> archiveClassifier for gradle upgrade (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 authored Oct 27, 2023
1 parent 2fcbed1 commit 86908c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ if (isNewArchitectureEnabled()) {

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

0 comments on commit 86908c4

Please sign in to comment.