-
-
Notifications
You must be signed in to change notification settings - Fork 468
chore(deps): update Gradle to v9.4.1 #5063
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
base: main
Are you sure you want to change the base?
Changes from 2 commits
bb719cf
eb456fe
f58cd00
d240e67
d30bf46
219f319
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,7 @@ | |
| import java.math.BigDecimal | ||
|
|
||
| object Config { | ||
| val AGP = System.getenv("VERSION_AGP") ?: "8.6.0" | ||
| val AGP = System.getenv("VERSION_AGP") ?: "8.13.1" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. AGP 8.13.1 incompatible with Gradle 9.4.1High Severity The default AGP version was bumped to Additional Locations (1) |
||
| val kotlinStdLib = "stdlib-jdk8" | ||
| val kotlinStdLibVersionAndroid = "1.9.24" | ||
| val kotlinTestJunit = "test-junit" | ||
|
|
||


Uh oh!
There was an error while loading. Please reload this page.