Skip to content

Commit 39eba2f

Browse files
authored
Improve interrupt tests (#88)
1 parent f16c4d1 commit 39eba2f

File tree

13 files changed

+248
-157
lines changed

13 files changed

+248
-157
lines changed

.github/workflows/android-tests.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v3
3131

32+
- name: Set up Java 21
33+
uses: actions/setup-java@v3
34+
with:
35+
java-version: 21
36+
distribution: 'temurin'
37+
3238
- name: Uninstall previous app
3339
run: ~/Android/Sdk/platform-tools/adb shell pm uninstall ai.picovoice.picollm.testapp || true
3440

@@ -82,6 +88,12 @@ jobs:
8288
steps:
8389
- uses: actions/checkout@v3
8490

91+
- name: Set up Java 21
92+
uses: actions/setup-java@v3
93+
with:
94+
java-version: 21
95+
distribution: 'temurin'
96+
8597
- name: Uninstall previous app
8698
run: ~/Android/Sdk/platform-tools/adb shell pm uninstall ai.picovoice.picollm.testapp || true
8799

binding/android/PicoLLMTestApp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
mavenCentral()
99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:7.2.2'
11+
classpath 'com.android.tools.build:gradle:8.5.2'
1212
}
1313
}
1414

5.08 KB
Binary file not shown.
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Tue Jun 29 23:02:09 PDT 2021
21
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
42
distributionPath=wrapper/dists
5-
zipStorePath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
64
zipStoreBase=GRADLE_USER_HOME
5+
zipStorePath=wrapper/dists

binding/android/PicoLLMTestApp/gradlew

Lines changed: 172 additions & 110 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)