commit | 23a2c44da9aa2ba3782966c2c23b598462392ce9 | [log] [tgz] |
---|---|---|
author | Trevor Johns <trevorjohns@google.com> | Tue Oct 14 13:35:21 2014 -0700 |
committer | Trevor Johns <trevorjohns@google.com> | Tue Oct 14 13:35:21 2014 -0700 |
tree | aa5080f6aec38b069d5fefac7582130e51a4cd84 | |
parent | 1b79ba900efd074a12c51145be9ff4e934bdc488 [diff] [blame] |
Remove <uses-sdk> block from all samples This value is now automatically merged in from build.gradle (which is managed by template-params.xml). Removing it prevents conflicts in the event uses-sdk doesn't match properly. Change-Id: Icbe4aabac366a26a326cfa2ecd2cb57192634a1a
diff --git a/renderScript/BasicRenderScript/Application/AndroidManifest.xml b/renderScript/BasicRenderScript/Application/AndroidManifest.xml index 1e35dc3..21c3a62 100644 --- a/renderScript/BasicRenderScript/Application/AndroidManifest.xml +++ b/renderScript/BasicRenderScript/Application/AndroidManifest.xml
@@ -4,9 +4,7 @@ android:versionCode="1" android:versionName="1.0" > - <uses-sdk - android:minSdkVersion="8" - android:targetSdkVersion="19" /> + <!-- Min/target SDK versions (<uses-sdk>) managed by build.gradle --> <application android:allowBackup="true"