plugins { | |
id("AndroidXPlugin") | |
id("com.android.application") | |
} | |
dependencies { | |
implementation(project(":leanback:leanback")) | |
implementation(project(":leanback:leanback-preference")) | |
implementation 'com.google.code.gson:gson:2.6.2' | |
} | |
android { | |
defaultConfig { | |
minSdkVersion 21 | |
} | |
} |