blob: 02b19dc3641907529015e1e5d3cba4df76248f00 [file] [log] [blame]
apply plugin: 'com.android.application'
android {
compileSdkVersion 22
buildToolsVersion '22.0.0'
defaultConfig {
applicationId "com.example.android.tvleanback"
minSdkVersion 21
targetSdkVersion 22
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:recyclerview-v7:22.0.0'
compile 'com.android.support:leanback-v17:22.0.0'
compile 'com.android.support:appcompat-v7:22.0.0'
compile 'com.github.bumptech.glide:glide:3.4.+'
compile 'com.android.support:support-v4:22.0.0'
}