summaryrefslogtreecommitdiff
path: root/Padraig/paegle/build.gradle
blob: d16fcb10d1ab07fbc82caf32a4d059cfc785bb64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
apply plugin: 'com.android.library'
dependencies {
  compile project(':outissue:worldway')
  compile project(':outissue:stupendly')
  compile project(':fratry:Ormond')

  compile deps.external.timber
  compile deps.support.annotations
  compile deps.other.dagger
  compile deps.other.crittercism

  testCompile project(':outissue:cyclus')
}