From c9269763486613bb264429bcd8ca2a5da37c1267 Mon Sep 17 00:00:00 2001 From: woheller69 Date: Thu, 4 Apr 2024 17:30:32 +0200 Subject: [PATCH] V2.7 --- README.md | 3 +-- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/27.txt | 2 ++ 3 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/27.txt diff --git a/README.md b/README.md index 005a490..ee791ea 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,7 @@ woheller69@t-online.de # whoBIRD -[](https://www.youtube.com/embed/YYML_-e3yls) +[](https://www.youtube.com/embed/YYML_-e3yls) Introducing whoBIRD, the ultimate birding companion that can recognize birds by their sounds, anywhere in the world! Powered by the cutting-edge BirdNET project, whoBIRD boasts an extensive database of over 6,000 bird species worldwide. diff --git a/app/build.gradle b/app/build.gradle index 8632ac0..4018a7d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "org.woheller69.whobird" minSdk 30 targetSdk 33 - versionCode 26 - versionName "2.6" + versionCode 27 + versionName "2.7" } aaptOptions { diff --git a/fastlane/metadata/android/en-US/changelogs/27.txt b/fastlane/metadata/android/en-US/changelogs/27.txt new file mode 100644 index 0000000..5a32698 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/27.txt @@ -0,0 +1,2 @@ +Confirm "Delete" +Bugfix \ No newline at end of file