Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. ./gradlew clean :app:publishBundle
  2.  
  3. Task 'Play' not found in root project 'android-release-prod-deploy-app-bundles'.
  4.  
  5. plugins {
  6. id 'com.android.application'
  7. id 'com.github.triplet.play' version '2.2.1'
  8. }
  9.  
  10. .
  11. .
  12. .
  13.  
  14. play {
  15. track = trackProperty
  16. userFraction = userFractionProperty as Double
  17. serviceAccountEmail = serviceAccountEmailProperty
  18. serviceAccountCredentials = file(serviceAccountCredentialsProperty)
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement