Skip to content

Commit

Permalink
Update dependencies and metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksey-saenko committed Apr 4, 2024
1 parent 0a9e5af commit 2a1244c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
| English | [aleksey-saenko](https://github.com/aleksey-saenko) |
| French | [ysard](https://github.com/ysard) |
| Russian | [aleksey-saenko](https://github.com/aleksey-saenko) |
| Slovak | [tomz00](https://github.com/tomz00) |
| Slovak | [tomz00](https://github.com/tomz00) |
| Turkish | [mikropsoft](https://github.com/mikropsoft) |
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/17.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Added option to adjust search scope in the library
* Added Turkish translation (@mikropsoft)
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<b>Audile</b> is a music recognition application, that can help you quickly and accurately recognize a music track playing nearby you.
This application uses the AudD® service as a Music Recognition API.
The app uses AudD and ACRCloud services to perform song identification and Odesli service to retrieve additional platform-specific track links.

<b>Features:</b>

Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/ru/changelogs/17.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Добавлена возможность задать область поиска по библиотеке
* Добавлен турецкий перевод (@mikropsoft)
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ accompanist = "0.34.0"
androidGradlePlugin = "8.3.1"
androidTools = "31.3.1"
androidxActivity = "1.8.2"
androidxComposeBom = "2024.03.00"
androidxComposeBom = "2024.04.00"
androidxComposeCompiler = "1.5.11"
androidxCore = "1.12.0"
androidxCoreSplashscreen = "1.0.1"
Expand All @@ -20,7 +20,7 @@ androidxNavigation = "2.7.0"
androidxWindowManager = "1.2.0"
androidxWork = "2.9.0"
coil = "2.6.0"
hilt = "2.51"
hilt = "2.51.1"
hiltExt = "1.2.0"
junit4 = "4.13.2"
junitExt = "1.1.5"
Expand Down

0 comments on commit 2a1244c

Please sign in to comment.