Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. allprojects {
  2. gradle.projectsEvaluated {
  3. tasks.withType(JavaCompile) {
  4. options.compilerArgs.add('-Xbootclasspath/p:../yapps_yotacommons/Dependencies/android_m.jar')
  5. }
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement