-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upgrade gradle #1295
Merged
Merged
upgrade gradle #1295
Conversation
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
Strubbl
force-pushed
the
update-gradle-to-7.4
branch
from
January 26, 2023 17:33
677a121
to
2ed36b5
Compare
Strubbl
force-pushed
the
update-gradle-to-7.4
branch
from
July 11, 2023 22:42
137e321
to
267d3ce
Compare
Rebase needed |
Please be aware, that "Google Play requires that apps target API level 31 or higher."
The upgrade wizard reported the following: Sync succeeded The upgraded project successfully synced with the IDE. You should test that the upgraded project builds and passes its tests successfully before making further changes. The upgrade consisted of the following steps: Upgrade AGP dependency from 7.1.3 to 7.4.0 Upgrade Gradle version to 7.5 Migrate packagingOptions DSL properties to sub-blocks Migrate DSL properties from lintOptions to lint Move package from Android manifest to build files superseeds #1239
Strubbl
force-pushed
the
update-gradle-to-7.4
branch
from
August 21, 2023 16:46
267d3ce
to
8f0826d
Compare
Rebase done. But the next migration to Gradle 8 is already waiting. |
tcitworld
approved these changes
Aug 21, 2023
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.
The upgrade wizard reported the following:
Sync succeeded
The upgraded project successfully synced with the IDE. You should test that the upgraded project builds and passes its tests successfully before making further changes. The upgrade consisted of the following steps:
Upgrade AGP dependency from 7.1.3 to 7.4.0
Upgrade Gradle version to 7.5
Migrate packagingOptions DSL properties to sub-blocks Migrate DSL properties from lintOptions to lint
Move package from Android manifest to build files
superseeds #1239