Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main' into feature/…
Browse files Browse the repository at this point in the history
…detekt
  • Loading branch information
tonelli-m committed Jul 16, 2024
2 parents 2a63c91 + 875d097 commit bc8e26f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
- name: Job set up
uses: ./.github/actions/job-set-up

- name: Compile Android binary
run: ./gradlew :androidApp:clean :androidApp:build

- name: Run tests
run: ./gradlew :androidApp:cleanTestDebugUnitTest :shared:testDebugUnitTest

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ The goal is to **produce relevant noise indicators from audio measurements, incl
## Funding
This application was developed under the initial funding the European project [ENERGIC-OD](http://www.energic-od.eu/), with the help of the [GEOPAL](http://www.geopal.org/accueil) program.

Additional funding is related to the [SonoRezé project](https://sonoreze.fr/), it has been made possible by two successive grants from the [I-Site Future](http://www.future-isite.fr/li-site-future/) (2021-22) and the [Agence Nationale de la Recherche (ANR)](https://anr.fr/) (2023-25).

## License
NoiseCapture App is released under the GENERAL PUBLIC LICENSE Version 3. Please refer to GPLv3 for more details.

Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ androidx-test-espresso-core = "3.5.1"
androidx-test-junit = "1.1.5"
appcompat = "1.6.1"
appyx = "2.0.1"
compose-compiler = "1.6.11"
compose-compiler = "1.5.14"
compose-plugin = "1.6.11"
compose-ui-test-junit4 = "1.6.2"
core-ktx = "1.12.0"
Expand All @@ -22,10 +22,10 @@ junit = "4.13.2"
jvm-target = "1.8"
koin-android = "3.5.6"
koin-core = "3.5.6"
kotlin = "1.9.22"
kotlin = "1.9.24"
kotlinWrappersVersion = "1.0.0-pre.700"
kotxdatetime = "0.5.0"
ksp = "1.9.22-1.0.17"
ksp = "1.9.24-1.0.20"
sqliteFramework = "2.4.0"

[libraries]
Expand Down

0 comments on commit bc8e26f

Please sign in to comment.