chore: alinha AGP para 9.1.0 (Gradle 9.4.1)#1094
Merged
Merged
Conversation
…posto) Sobe o AGP de 9.0.1 para 9.1.0 e o Gradle wrapper de 9.3.1 para 9.4.1, alinhando com blu-mobile-android e mobile-android-architecture. Evita o erro 'Using multiple versions of the Android Gradle Plugin' quando o ocean-android e incluido via includeBuild no build composto do app. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
gustavoalens
approved these changes
Jun 9, 2026
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.



O que está sendo implementado
Alinha o AGP do
ocean-androidpara resolver o conflito de versão no build composto do app Blu:O
blu-mobile-androidincluiocean-androidemobile-android-architectureviaincludeBuild(composite build local). Como omobile-android-architecturee o app já estão em AGP 9.1.0, oocean-android(em 9.0.1) ficava como a versão divergente.Mudança
gradle/libs.versions.toml:gradle(AGP)9.0.1 → 9.1.0.gradle/wrapper/gradle-wrapper.properties: Gradle9.3.1 → 9.4.1(mesmo pareamento AGP↔Gradle dos demais repos).Comentários e instruções
Pagnet/blu-mobile-android#3674(sobe o app para 9.1.0). Os dois juntos eliminam o conflito no build composto.kotlinmantido inalterado — o erro é só de AGP.Alteração testada em