Skip to content

Commit

Permalink
Fixing the build
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadym Kurachevskyi committed Apr 24, 2020
1 parent 9bf2b8f commit 0c09144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Userreport-survey/userreport/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ android {

libraryVariants.all { variant ->
variant.outputs.each { output ->
output.outputFileName = new File(project.output, fileName)
// output.outputFileName = new File(project.output, fileName)
}
}
}
Expand Down

0 comments on commit 0c09144

Please sign in to comment.