Advertisement
Guest User

Untitled

a guest
May 9th, 2018
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 0.35 KB | None | 0 0
  1. buildscript {
  2.     repositories {
  3.         maven { url 'https://maven.fabric.io/public' }
  4.     }
  5.  
  6.     dependencies {
  7.         classpath 'io.fabric.tools:gradle:1.24.1'
  8.     }
  9. }
  10. apply plugin: 'com.android.application'
  11. apply plugin: 'io.fabric'
  12.  
  13. repositories {
  14.     maven { url 'https://maven.fabric.io/public' }
  15. }
  16.  
  17. apply plugin: 'realm-android'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement