Skip to content

Commit cbcae17

Browse files
committed
Add gemma test
1 parent 1d5dfab commit cbcae17

3 files changed

Lines changed: 434 additions & 1 deletion

File tree

llm/android/LlamaDemo/app/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ dependencies {
283283
testImplementation("junit:junit:4.13.2")
284284
androidTestImplementation("androidx.test.ext:junit:1.1.5")
285285
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
286+
androidTestImplementation("androidx.test.espresso:espresso-intents:3.5.1")
286287
androidTestImplementation("androidx.test.uiautomator:uiautomator:2.2.0")
287288
androidTestImplementation(platform("androidx.compose:compose-bom:2023.03.00"))
288289
androidTestImplementation("androidx.compose.ui:ui-test-junit4")

0 commit comments

Comments
 (0)