-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update API level to target Android 14 (API level 34). (#26)
* changed home background * add datastore to save if user signed in * add ExpandableSearchBar.kt to TravellersActivity.kt * fix fab on travellers activity * Fix uploading photo to firestore and set sdk_version = 32 * update CI/CD * update CI/CD * update gradle and README.md * update gradle and dependencies * remove deprecated on back pressed and replaced with a new approach * remove deprecated on back pressed and replaced with a new approach * replaced deprecated getParcelable and getPackageInfo methods * upgraded koin and okhttp version * upgraded firebase_bom_version * Fix updating the the number of visited countries * upgrade koin version * add org.gradle.unsafe.configuration-cache-problems=warn * increment version to 2.0.8(21) * increment java version to 17 in ci/cd * Update dependencies * Add onion architecture pattern to README.md * Add link on the original documentation of the onion architecture in the README.md * Add link to app center build * Move di component to presentation component and allow admin to see all users * increment version to 2.1.0 (23) * ✨ chore(README): update build status badge and add Google Play badge - Update build status badge in README.md - Add Google Play badge to README.md - Update build.gradle to version 2.1.1 - Update Gradle wrapper distributionUrl to version 8.2-all.zip - Refactor FirestoreDatabaseSourceImpl.kt for better readability - Update GitHub Actions workflow to ignore master branch for pushes Signed-off-by: Dmytro Turskyi <dmytro.turskyi@gmail.com> * 🚀 chore(android_ci): Update JDK version to 17 and fix capitalization in workflow steps Updated the JDK version to 17 in the workflow setup and corrected capitalization in the steps for generating and uploading the release APK. Also added the serviceCredentialsFile for Firebase App Distribution. Signed-off-by: Dmytro Turskyi <dmytro.turskyi@gmail.com> * Attempt to fix CI Signed-off-by: Dmytro Turskyi <dmytro.turskyi@gmail.com> * Attempt to fix ci Signed-off-by: Dmytro Turskyi <dmytro.turskyi@gmail.com> --------- Signed-off-by: Dmytro Turskyi <dmytro.turskyi@gmail.com>
- Loading branch information
Showing
5 changed files
with
57 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters