Skip to content

Gradle DSL method not found: 'compile()' and targetSdkVersion to 33 #18

@fcaldarelli

Description

@fcaldarelli

Trying to use the library with RN 0.73.4 I get this error with android build:

Gradle DSL method not found: 'compile()'

Possible causes:

Your project may be using a version of the Android Gradle plug-in that does not contain the method (e.g. 'testCompile' was added in 1.1.0).

this is dued to use compile instead implementation in build.gradle.

Also targertSdkVersion need to be upgraded to 33.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions