History log of /frameworks/support/frameworks/support/samples/SupportAppNavigation/build.gradle
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
00f5619db6494d3a2eafd02d8b5fe9e5cc905b68 26-Jul-2017 Aurimas Liutikas <aurimas@google.com> Allow using Java8 code in support library demos apps.

Our libraries have to target Java7, but there is no reason for
our demos apps to also target Java8. This CL updates all of them
to use Java8.

Test: None
Change-Id: I8f5c489470ceebed8e2bdbdd0b0e8d23dfbd629d
/frameworks/support/samples/SupportAppNavigation/build.gradle
1989c3cc10abd7e7943ef327a95c507b05158161 05-Jul-2017 Aurimas Liutikas <aurimas@google.com> Update to gradle 3.0 style dependencies.

Use api, androidTestImplementation, and testImplementation
when specifying project dependencies.

Test: ./gradlew assemble
Change-Id: I014e51be73f3f7c086c5739c4bdbd27145a834bc
/frameworks/support/samples/SupportAppNavigation/build.gradle
6a346f6869f9bfbc23fcc9f552dba46a90c66202 19-Jun-2017 Aurimas Liutikas <aurimas@google.com> Set targetSdkVersion in all Support*Demos apps

Test: ./gradlew assembleDebug
Change-Id: Ib1bc519c4970b20ffb064ec147bcd6d20bd721e1
/frameworks/support/samples/SupportAppNavigation/build.gradle
06f48045a0fc792aec993ab23483ce5dfe70dc4c 16-Jun-2017 Aurimas Liutikas <aurimas@google.com> Set SupportAppNavigation to use checked in signing keys.

Using checked in keys prevents build server flakiness. This
now matches the rest of the Support*Demos apps.

Test: None
Change-Id: I457aa1a4c61b1066725ef33cb8aea54e54cae138
/frameworks/support/samples/SupportAppNavigation/build.gradle
624bd20014d673810731b3f44809f6e614e1a558 15-Jun-2017 Aurimas Liutikas <aurimas@google.com> Enable all default lint checks and establish baseline.

This change enables running all default lint checks in addition
to newApi check. It also creates a baseline of existing issues
that will catch any new lint bugs that come up while allowing us
to fix legacy issues at our own pace.

Test: ./gradlew lintRelease
Change-Id: I9a187874a7750862e74aa6744ecd38bde8f5a37c
/frameworks/support/samples/SupportAppNavigation/build.gradle
aa5c9109995d693daa2d60b8cb53a48a6f712988 08-Mar-2017 Aurimas Liutikas <aurimas@google.com> Removing make build files for sample apps.

There is no need to build these sample apps with make anymore.
Developers can simply use gradle.

This CL additionally adds gradle build config to SupportAppNavigation
app.

Test: None
Change-Id: Ia063e7b1dbd786f426a9d2abd074c8b1ad3d54b3
/frameworks/support/samples/SupportAppNavigation/build.gradle