Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
resolved conflicts for merge of 262c085 to mnc-ub-dev
Browse files Browse the repository at this point in the history
Change-Id: I9973c3127d02eed3858565d9e5111a0b84f76e45
  • Loading branch information
Jose Lima committed Aug 21, 2015
2 parents 0c2c2c6 + 262c085 commit 456eb61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recommendation/build.gradle
Expand Up @@ -9,6 +9,10 @@ dependencies {
android {
compileSdkVersion 'current'

defaultConfig {
minSdkVersion 21
}

sourceSets {
main.manifest.srcFile 'AndroidManifest.xml'
main.java.srcDirs = ['src']
Expand Down
3 changes: 3 additions & 0 deletions settings.gradle
Expand Up @@ -37,6 +37,9 @@ project(':support-v13').projectDir = new File(rootDir, 'v13')
include ':support-leanback-v17'
project(':support-leanback-v17').projectDir = new File(rootDir, 'v17/leanback')

include ':support-recommendation'
project(':support-recommendation').projectDir = new File(rootDir, 'recommendation')

include ':support-design'
project(':support-design').projectDir = new File(rootDir, 'design')

Expand Down

0 comments on commit 456eb61

Please sign in to comment.