Renderscript

This commit is contained in:
Karim Abou Zeid 2015-09-15 17:27:34 +02:00
commit 77075201f3

View file

@ -56,9 +56,13 @@ android {
compileSdkVersion 23 compileSdkVersion 23
buildToolsVersion '23.0.1' buildToolsVersion '23.0.1'
defaultConfig { defaultConfig {
applicationId "com.kabouzeid.gramophone"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 23 targetSdkVersion 23
renderscriptTargetApi 23
renderscriptSupportModeEnabled true
applicationId "com.kabouzeid.gramophone"
versionCode 76 versionCode 76
versionName "0.9.46 beta 3" versionName "0.9.46 beta 3"
} }