commit | ec73f9758b4b02988ed2f80db084c523c019c8fb | [log] [tgz] |
---|---|---|
author | MingWei <[email protected]> | Mon Feb 10 14:00:35 2025 +0000 |
committer | MingWei <[email protected]> | Tue Feb 11 10:30:25 2025 +0000 |
tree | 0866e25b657f3eeee6e54730f9b0cc346313a0a8 | |
parent | 3ce24ffc9291ecafbc70d93fb2bb047cfd79ee91 [diff] [blame] |
Add ExtensionAppFunctionService Test: ./gradlew :appfunctions:appfunctions-runtime:connectedAndroidTest Change-Id: I5b2426e1b53cb6ae3f93cc0db09bfcdb3426368e
diff --git a/appfunctions/appfunctions-runtime/build.gradle b/appfunctions/appfunctions-runtime/build.gradle index 7a6d333..7246365 100644 --- a/appfunctions/appfunctions-runtime/build.gradle +++ b/appfunctions/appfunctions-runtime/build.gradle
@@ -41,6 +41,9 @@ // Compile only dependencies compileOnly(project(":appfunctions:appfunctions-stubs")) + // Compile only dependencies + compileOnly(project(":appfunctions:appfunctions-stubs")) + // Test dependencies testImplementation(libs.junit) testImplementation(libs.truth)