repositories{
  jcenter()
  flatDir {
      dirs 'libs'
   }
}

dependencies {
    compile(name:'eghl-sdk-v2.2.8', ext:'aar')
    compile 'com.android.volley:volley:1.0.0'
    compile 'com.google.code.gson:gson:2.2.4'
}

android {
    defaultConfig {
        minSdkVersion 16
        targetSdkVersion 22
    }

   packagingOptions {
       exclude 'META-INF/NOTICE'
       exclude 'META-INF/LICENSE'
   }
}
