Skip to content
This repository has been 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

Open
pkers87 opened this issue Sep 13, 2018 · 0 comments

Comments

@pkers87
Copy link

pkers87 commented Sep 13, 2018

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

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

No branches or pull requests

2 participants