Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. The Task.leftShift(Closure) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use Task.doLast(Action) instead.
  2.  
  3. FAILURE: Build failed with an exception.
  4.  
  5. * What went wrong:
  6. Task 'firebaseUploadReleaseProguardMapping' not found in project ':app'.
  7.  
  8. * Try:
  9. Run gradlew tasks to get a list of available tasks. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  10.  
  11. BUILD FAILED
  12.  
  13. Total time: 0.746 secs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement