Skip to content

Commit aaa6ea5

Browse files
author
Maximilian Häming
authored
Merge pull request #8 from StudyProject-NLI/lara
Voice Control Feature v1, Documentation and Refactoring/Clean-Up
2 parents dbbbec1 + a81fbbc commit aaa6ea5

29 files changed

Lines changed: 2796 additions & 740 deletions

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup JDK
2020
uses: actions/setup-java@v3.13.0
2121
with:
22-
java-version: '11'
22+
java-version: '17'
2323
distribution: 'temurin'
2424
cache: gradle
2525

.github/workflows/debug_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup JDK
1717
uses: actions/setup-java@v3.13.0
1818
with:
19-
java-version: '11'
19+
java-version: '17'
2020
distribution: 'temurin'
2121
cache: gradle
2222
- name: Create local gradle properties files

Feature Sheets.pdf

2.47 MB
Binary file not shown.

app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,7 @@ dependencies {
5858

5959
// Places API
6060
implementation 'com.google.android.libraries.places:places:3.2.0'
61+
62+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9")
63+
6164
}

0 commit comments

Comments
 (0)