Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'
check-latest: true
cache: 'gradle'
- name: Validate Gradle Wrapper
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'
check-latest: true
cache: 'gradle'
- name: Lint
Expand All @@ -53,7 +53,7 @@ jobs:
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'
check-latest: true
cache: 'gradle'
- name: Unit tests
Expand All @@ -68,7 +68,7 @@ jobs:
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'
check-latest: true
cache: 'gradle'
- name: Build debug APK
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ dependencies {
implementation 'com.google.android.material:material:1.13.0'

// Vanitech
implementation 'com.vanniktech:emoji-google:0.23.0'
implementation 'com.vanniktech:emoji-google:0.24.1'

// Database
implementation "androidx.room:room-runtime:${roomVersion}"
Expand Down
Loading