Skip to content

Commit

Permalink
Remove line breaking android build (#133)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeffrey Nerona <[email protected]>
  • Loading branch information
jeffreynerona and Jeffrey Nerona authored Nov 11, 2022
1 parent 1b3ef11 commit cc2fed0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ afterEvaluate { project ->
source = android.sourceSets.main.java.srcDirs
classpath += files(android.bootClasspath)
project.getConfigurations().getByName('implementation').setCanBeResolved(true)
classpath += files(project.getConfigurations().getByName('implementation').asList())

include '**/*.java'
}
Expand Down

0 comments on commit cc2fed0

Please sign in to comment.