commit | ebc753d83d7b5b425c925f11daac7ab739c33b98 | [log] [tgz] |
---|---|---|
author | MingWei <[email protected]> | Wed Jan 15 09:57:28 2025 +0000 |
committer | MingWei <[email protected]> | Wed Jan 15 09:57:28 2025 +0000 |
tree | a766a334e0f26e067ed96197532c57804f1fbe16 | |
parent | c385988fc61abd07257bb9bd37c2f6d27406be15 [diff] [blame] |
Add AggregateAppFunctionInventory abstract class Bug: 374924489 Test: ./gradlew :appfunctions:appfunctions-runtime:test Change-Id: I948c1c484dda6b35d94f6d0bf330ae77ee1d88cf
diff --git a/appfunctions/appfunctions-runtime/build.gradle b/appfunctions/appfunctions-runtime/build.gradle index 3b37e08..a95d75a 100644 --- a/appfunctions/appfunctions-runtime/build.gradle +++ b/appfunctions/appfunctions-runtime/build.gradle
@@ -35,6 +35,9 @@ // Internal dependencies implementation("androidx.annotation:annotation:1.9.0-rc01") implementation project(":appfunctions:appfunctions-common") + + testImplementation(libs.junit) + testImplementation(libs.truth) } android {