79270776

Date: 2024-12-11 07:13:52
Score: 2.5
Natty:
Report link

This one worked for me .

https://stackoverflow.com/a/78884451/12066685

I added this blog like this in build.gradle.

subprojects {
afterEvaluate { project ->
    if (project.plugins.hasPlugin("com.android.application") ||
            project.plugins.hasPlugin("com.android.library")) {
        project.android {
            compileSdkVersion 34
        }
    }
}

}

Reasons:
  • Blacklisted phrase (1): this blog
  • Blacklisted phrase (1): stackoverflow
  • Whitelisted phrase (-1): worked for me
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Thaw Zin Naing Soe