Skip to content

Commit

Permalink
Correct notifications behaviour and UI
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksey-saenko committed Nov 26, 2024
1 parent 53586dc commit 70721df
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {

defaultConfig {
applicationId = "com.mrsep.musicrecognizer"
versionCode = 25
versionName = "1.7.1"
versionCode = 26
versionName = "1.7.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/26.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Add Spanish translation (@gallegonovato)
* Update Portuguese (Brazil), Turkish, French, Czech translations
* Add information about third-party libraries that the application uses
* Minor fixes
4 changes: 4 additions & 0 deletions fastlane/metadata/android/ru/changelogs/26.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Добавлен перевод на испанский язык (@gallegonovato)
* Обновлены переводы на португальский (Бразилия), турецкий, французский и чешский языки
* Добавлена информация о сторонних библиотеках используемых приложением
* Незначительные исправления ошибок

0 comments on commit 70721df

Please sign in to comment.