Home | History | Annotate | Download | only in libphonenumber
      1 plugins {
      2     id "net.ltgt.errorprone" version "0.0.13"
      3 }
      4 
      5 apply plugin: RoboJavaModulePlugin
      6 
      7 dependencies {
      8     compile project(":robolectric")
      9     compile "junit:junit:4.12"
     10     compileOnly AndroidSdk.MAX_SDK.coordinates
     11 
     12     // Testing dependencies
     13     testRuntime AndroidSdk.MAX_SDK.coordinates
     14     testCompile "org.assertj:assertj-core:2.0.0"
     15     testCompile 'com.googlecode.libphonenumber:libphonenumber:8.0.0'
     16 }