Advertisement
Guest User

at.mkw.inlocs.android

a guest
Apr 1st, 2014
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 0.64 KB | None | 0 0
  1. apply plugin: 'android-library'
  2.  
  3. android {
  4.     compileSdkVersion smartbowSdkVersion
  5.     buildToolsVersion smartbowBuildToolsVersion
  6.     defaultPublishConfig "cowRelease"
  7.  
  8.     productFlavors {
  9.         cow {
  10.         }
  11.  
  12.         pig {
  13.         }
  14.     }
  15. }
  16.  
  17. dependencies {
  18.     compile "com.j256.ormlite:ormlite-core:4.48"
  19.     compile "com.j256.ormlite:ormlite-android:4.48"
  20.     compile "joda-time:joda-time:2.1"
  21.     compile "ch.acra:acra:4.4.0"
  22.     compile "at.mkw.inlocs.mkwe.commons:client:+"
  23.     compile "at.mkw.inlocs.mkwe.commons:platform:+"
  24.     compile 'com.mcxiaoke.viewpagerindicator:library:2.4.1'
  25.     compile project(':HoloEverywhere')
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement