Use higher target sdk version for android.

It should help STK on Android TV and it still works for me on Android 4.4 under emulator.
This commit is contained in:
Deve
2018-02-04 22:37:02 +01:00
parent ff884852d7
commit 12723239a7
3 changed files with 44 additions and 14 deletions

View File

@@ -15,7 +15,7 @@ apply plugin: 'com.android.application'
android
{
compileSdkVersion sdk_version.toInteger()
compileSdkVersion compile_sdk_version.toInteger()
buildToolsVersion build_tools_ver
sourceSets