Skip to content
This repository was archived by the owner on Mar 23, 2020. It is now read-only.
This repository was archived by the owner on Mar 23, 2020. It is now read-only.

Cannot get property 'compileSdkVersion' on extra properties extension as it does not exist #18

Description

@pkers87

hi,

after upgrade to 1.3.2, on android i have the above error while gradle syncing.

i tried adding these lines in build.gradle

ext {
    minSdkVersion = 16
    targetSdkVersion = 27
    compileSdkVersion = 27
    buildToolsVersion = "27.0.3"
}

but i had lots of conflicts whit other packages.
there is a way to use this version without setting project-wide properties?

rn 0.55.4
thanks

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions