History log of /frameworks/support/samples/SupportEmojiDemos/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/SupportEmojiDemos/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/SupportEmojiDemos/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/SupportEmojiDemos/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/SupportEmojiDemos/build.gradle
88257c64fd28b11c082b56f2f81edca8641c410c 25-May-2017 Siyamed Sinir <siyamed@google.com> Add SupportEmojiDemo

Add a demo application showcasing various use cases of EmojiCompat.

Test: no tests added
Bug: 38347934
Change-Id: Ic20bd747aebe3ef9beabaa32264757d55cab6e6a
/frameworks/support/samples/SupportEmojiDemos/build.gradle