commit | b149a3703dd6637ec5ee4ff096e1aef0f133736b | [log] [tgz] |
---|---|---|
author | Max Nash <maxwelln@google.com> | Sat May 09 13:16:44 2015 -0700 |
committer | Max Nash <maxwelln@google.com> | Mon May 11 20:19:17 2015 +0000 |
tree | 9e9a4a20d357c7a46c3a17a9602dd8548a53e3f8 | |
parent | 0a0f2775db66c8977814ba8af9cf9790c3b2d351 [diff] [blame] |
Bumping minimum version of samples. All of these samples would not build because their minimum SDK levels were too low. This CL changes these levels to the actual minimum required to build. Change-Id: I7a7f18d71f94b8982246b91bf6b48b073ec1db2f
diff --git a/renderScript/BasicRenderScript/template-params.xml b/renderScript/BasicRenderScript/template-params.xml index d0d3be2..9f0c558 100644 --- a/renderScript/BasicRenderScript/template-params.xml +++ b/renderScript/BasicRenderScript/template-params.xml
@@ -23,7 +23,7 @@ <package>com.example.android.basicrenderscript</package> <!-- change minSdk if needed--> - <minSdk>8</minSdk> + <minSdk>16</minSdk> <dependency_external>'renderscript-v8.jar'</dependency_external>