Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed Dec 21, 2024
2 parents b37cc6a + 9f2192a commit 41b8162
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Run Tests
run: flutter test --coverage
- name: Upload coverage reports to Codecov
uses: codecov/[email protected].1
uses: codecov/[email protected].2
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage/lcov.info
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:2.0.21"
testImplementation "junit:junit:4.13.2"
// https://developer.android.com/jetpack/androidx/releases/test/#1.2.0
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:2.1.3"
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:2.1.4"
implementation(platform("com.google.firebase:firebase-bom:33.7.0"))

}
Expand Down

0 comments on commit 41b8162

Please sign in to comment.