Last active
March 23, 2023 13:20
-
-
Save borisf/60f75ff5024450237b9ac57fc445e734 to your computer and use it in GitHub Desktop.
aidl and renderscript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Setting AIDL and RenderScript for the entire project at gradle.properties | |
+android.defaults.buildfeatures.aidl=true | |
+android.defaults.buildfeatures.renderScript=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment