Skip to content

Commit

Permalink
Start of move to RV + Groupie for details UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Banes committed Jan 8, 2017
1 parent 0b18972 commit 1492596
Show file tree
Hide file tree
Showing 16 changed files with 563 additions and 723 deletions.
7 changes: 6 additions & 1 deletion app/build.gradle
Expand Up @@ -28,12 +28,16 @@ android {
defaultConfig {
versionCode versionMajor * 10000 + versionMinor * 1000 + versionPatch * 100 + versionBuild
versionName "${versionMajor}.${versionMinor}.${versionPatch}"
minSdkVersion 14
minSdkVersion 15
targetSdkVersion 21

buildConfigField "String", "BUILD_TIME", "\"${buildTime()}\""
}

dataBinding {
enabled = true
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
Expand Down Expand Up @@ -78,6 +82,7 @@ dependencies {
compile 'com.android.support:palette-v7:25.1.0'
compile 'com.android.support:cardview-v7:25.1.0'

compile 'com.genius:groupie:0.6.0'
compile 'com.squareup.picasso:picasso:2.5.2'
compile 'nl.qbusict:cupboard:2.1.1'
compile 'com.github.castorflex.smoothprogressbar:library:0.4.0'
Expand Down

0 comments on commit 1492596

Please sign in to comment.