aboutsummaryrefslogtreecommitdiff
path: root/testing
AgeCommit message (Collapse)Author
2017-12-18Update versions for build toolsTrevor Johns
- Update Gradle Wrapper to v4.4 Fixes incompatibility with older Gradle versions and Android projects. - Update build tool and dependency versions in build.gradle Test: compileSamples.sh Bug: 70645270 Change-Id: Id4608bf5d56259427d847c356b40d743773ea3d9 Merged-In: Id4608bf5d56259427d847c356b40d743773ea3d9
2017-05-17Increment Gradle version to 3.4.1 for all samplesTrevor Johns
Test: gradlew assembleDebug Change-Id: Ifd6ac37af5fff607c1a83056f2f4100ab68c3240
2016-09-28Syncing template-generated build artifactsTrevor Johns
Change-Id: I2f782966a41e36c47025e33f80c6f6df16d7299a
2016-09-28Update Gradle wrapper to v2.14.1Trevor Johns
Change-Id: I276f36356c62c4b472cae9eff4be4ab47bbde2ff
2016-08-11Update samples to use API 24Trevor Johns
Template output to update samples to use API 24 instead off 'N'. (Includes manual changes to MultiWindowPlayground.) Also any supplamentary changes to templates that haven't been checked in, since we don't usually check in template output. Change-Id: Id16ec84fddcbf6b11218aaf22475413b156449bd
2016-06-16samples: Bump minSdk for ActivityInstrumentationTrevor Johns
MinSdk value need to be increment to 7 (from 4) for compatibility with appcompat-v7 library. Change-Id: Ic04764e306d527624e424ba5223dd07dbb2bd8fc
2016-03-08Set Gradle wrapper to v2.10 for all samplesTrevor Johns
Change-Id: I9e5d292d218d34c6fbb2c889a43dc375bd4a9f59
2015-08-14Update sample prebuilts to use latest depsTrevor Johns
Pulling in dependency changes from //developers/build commit 5d58bc4802 Change-Id: I66d3c35f03cf0eca6463d22fdb9471f4e4a1dc0a
2015-08-13Update sample templates for android-23 releaseTrevor Johns
Converted "android-MNC" build target references (including min/compile) to use "23" instead, to correspond with recent SDK builds. Includes source file refresh. Change-Id: I441aba7b50d16179cc231531e6aeffd108cdd404
2014-12-02Update build dependencies for Android Studio 1.0 RC1Trevor Johns
- Use Gradle version v2.2.1 Change-Id: I3a49b3b89e7cb0a66288ebb1841314109db29fdb
2014-10-16Remove additional <uses-sdk> instancesTrevor Johns
Second pass to find additional instances of <uses-sdk> in AndroidManifest.xml that weren't found in commit '23a2c44d'. Change-Id: I35fd2f955c2c6f3137ee20b28e8be04e9a975394
2014-10-14Remove <uses-sdk> block from all samplesTrevor Johns
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
2014-09-10Merge "Add README and related files for distribution" into klp-modular-docsTrevor Johns
2014-09-05Add Wear sample and rename other samples modulesRenato Mangini
- Renamed all sample modules from <sampleDir>/<SampleName>Sample to <sampleDir>Application in order to support multi-module samples. - Add a Wear SynchronizedNotification sample Change-Id: I6141df5f3b161a81f389c532f2f9a67a8fe2d525
2014-08-29Add README and related files for distributionTrevor Johns
Includes CONTRIB.md, LICENSE, and README.md to all samples for distribution through GitHub. Also adds packaging.yaml for all samples for indexing purposes. Change-Id: Ia1d27af059185c8aef324c07224e400484df17f3
2014-07-30update gradle from 1.10 to 1.12 in all samplesClare Bayley
Change-Id: I393063987d9c66e8aba6fb8e05f63313ff2d5a5d
2014-03-06Updated samples for Gradle 1.10Alexander Lucas
Change-Id: I1d5231c082938cb63553c96696fc0889f59b7f7a
2013-10-30Updated remaining samples to gradle 1.8Alexander Lucas
Change-Id: I07b0d46e6bb8eddca0bccaad82883286ce0a70b2
2013-10-30Restore "Merge downstream branch 'developers-dev' into 'klp-dev'"Trevor Johns
This reverts commit ec985147ec781dfff9a229c6b794ee4eac0ced91.
2013-10-30Revert "Merge downstream branch 'developers-dev' into 'klp-dev'"Trevor Johns
Undoing recent merge to get a clean klp-dev samples release without template code. Will un-revert for followup release with templates after that build has been cut. This reverts commit bc6fe0f65025563ab50af193b099a8fca95ff0a2. Change-Id: Icd2b9772986de7c4978a92e7e22bb2c2cef20bd0
2013-10-29Updated all build.gradle files for emit* compatibility. Added index.jd to ↵Alexander Lucas
gitignore Change-Id: Icc1488eb3db924170cd905cb77416fdd5bd36112
2013-10-29Merge "Updated all samples with group categories." into developers-devTrevor Johns
2013-10-29Replaced sample package variable name with actual sample package across samples.Alexander Lucas
Change-Id: I3f747519b2e12030059b61d55df631928694e592
2013-10-29Updated all samples with group categories.Alexander Lucas
Change-Id: I96847d1359fc9dcdb9bb2d0f30b4b95f3124d56f
2013-10-22ActivityInstrumentation: Migrate to new build systemTrevor Johns
Update ActivityInstrumentation sample to use new common build system with template support. Change-Id: Icccad6496bb386351f9ad0db4ad9c80333bfdc3e
2013-07-18Adding sample on activity instrumentation testingTrevor Johns
Currently doesn't use Gradle, since support for tests in Gradle is not yet implemented. We'll need to update the build system for this project once that work has been completed. Change-Id: Iaab38d7fba265ad4745760a650747342aa9c38d3