-
Notifications
You must be signed in to change notification settings - Fork 26
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
chore: bump AGP to 8.4.2 for building with Android 15 #117
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
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. Should we also not update the
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. If we consider this : https://kotlinlang.org/docs/gradle-configure-project.html#kotlin-and-java-sources
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ ext.CONFIG.versions = [ | |
support : '26.0.0', | ||
volley : '1.1.1', | ||
], | ||
plugin: '7.2.0', | ||
plugin: '8.4.2', | ||
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. As per this : https://developer.android.com/build/releases/gradle-plugin#api-level-support As per this : https://developer.android.com/tools/releases/platforms#15 so, should we make it 8.6.0, then ? |
||
sdk : [ | ||
compile: 31, | ||
target : 31, | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am just curious to know
test
also ?