Skip to content
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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

maureenorea-clores
Copy link
Contributor

No description provided.

@@ -16,7 +16,7 @@ ext.CONFIG.versions = [
support : '26.0.0',
volley : '1.1.1',
],
plugin: '7.2.0',
plugin: '8.4.2',

Choose a reason for hiding this comment

The 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
Minimum AGP version for API level 35 is 8.6.0.

As per this : https://developer.android.com/tools/releases/platforms#15
API Level 35 is for Android 15,

so, should we make it 8.6.0, then ?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we also not update the Kotlin version at line#10 of this file ?

  • I think 1.5.21 is not being used by any project as it seems to be too old.
  • 1.6.10 is configured but that too looks outdated, I think 1.9.0 is required now.

Choose a reason for hiding this comment

The 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

  • "2.0.21" should be the KGP (Kotlin Gradle Plugin) version

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

  • how do we make use of it ?
  • I mean is it required for test also ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants