✋ twenty five#27
Merged
Merged
Conversation
- Update Gradle to 8.10.2
- Update Android Gradle Plugin to 8.8.0
- Update compile and target SDK version to 35
- Update dependencies:
- androidx.datastore:datastore-preferences to 1.1.2
- androidx.core:core-ktx to 1.15.0
- androidx.test.ext:junit to 1.2.1
- androidx.test.espresso:espresso-core to 3.6.1
- Increment version code to 25 and version name to 2.1.2
Signed-off-by: Dmytro Turskyi <dmytro.turskyi@gmail.com>
- Update Android Gradle Plugin to 8.8.0
- Update compile and target SDK version to 35
- Update dependencies:
- androidx.datastore:datastore-preferences to 1.1.2
- androidx.core:core-ktx to 1.15.0
- androidx.test.ext:junit to 1.2.1
- androidx.test.espresso:espresso-core to 3.6.1
- Increment version code to 25 and version name to 2.1.2
- Update Firebase App Distribution workflow to use Google Application Credentials
- Fix Kapt usage warning for Glide
This commit updates various dependencies and build configurations to improve the app's stability and compatibility. It updates the Android Gradle Plugin, compile and target SDK versions, and several core libraries. Additionally, it addresses warnings related to Kapt usage for Glide and improves the Firebase App Distribution workflow.
Signed-off-by: Dmytro Turskyi <dmytro.turskyi@gmail.com>
- Update Kotlin Gradle plugin to use the version specified in `kotlin_version` property
- Update Kotlin version to 2.0.21
- Update androidx.core:core-ktx to 1.15.0
- Update Firebase dependencies to use the latest versions without specifying version numbers
- Update GitHub Actions workflow:
- Use actions/checkout@v2
- Set JDK environment to JDK 17 using Eclipse Temurin distribution
- Remove unnecessary line break after Generate Release APK step
- Use service account key for Firebase App Distribution token
Signed-off-by: Dmytro Turskyi <dmytro.turskyi@gmail.com>
Update the Firebase App Distribution workflow to use `serviceCredentialsFileContent` instead of `token` for authentication, using the `CREDENTIAL_FILE_CONTENT` secret. This aligns with best practices for security and allows for more granular control over permissions. Signed-off-by: Dmytro Turskyi <dmytro.turskyi@gmail.com>
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>
This commit updates various dependencies to their latest versions and upgrades Gradle to 8.14.3. Key changes include: - Upgraded Android Gradle Plugin to 8.11.0 - Updated Kotlin version to 2.2.0 - Incremented `min_sdk_version` to 23 - Updated several AndroidX libraries including activity, appcompat, core, fragment, datastore-preferences, recyclerview, and viewpager2. - Updated Firebase BoM, Firebase UI Auth, and other Firebase libraries. - Upgraded networking libraries: Gson, OkHttp, and Retrofit. - Updated Koin, JWT, Material Components, Google Play Services, Facebook SDK, Lottie, and testing libraries (JUnit, Espresso). - Removed deprecated `setIsSmartLockEnabled(true)` from Firebase Auth UI. - Added `.kotlin/errors` to `.gitignore`. Signed-off-by: Dmytro Turskyi <dmytro.turskyi@gmail.com>
This commit enhances the Firebase Authentication UI by removing the action bar and title, and adding padding to the top. It also includes code style improvements in `HomeActivity.kt` for better readability. Signed-off-by: Dmytro Turskyi <dmytro.turskyi@gmail.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.