-
Notifications
You must be signed in to change notification settings - Fork 68
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
Build fails for android targetSdkVersion = 27 #48
Comments
Hi @vitorreis, Thanks for pointing out, will be addressed as soon as possible in next RN SDK release. Will keep you posted in here. |
Hi @vitorreis I have tried to reproduce the issue you are seeing, but no luck. I have created new empty app and have added Adjust SDK via
buildscript {
ext {
buildToolsVersion = "27.0.3"
minSdkVersion = 17
compileSdkVersion = 27
targetSdkVersion = 27
supportLibVersion = "27.1.1"
}
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
}
} Warnings from issue you reported in here (#47) are there beyond any doubt (as logs below will show), but issue you are facing with not being able to assemble release version of the app with
If you have any advice what I might be doing wrong and how to reproduce error you're facing, would be great. SDK will be updated anyway to switch from usage of Looking forward to hear from you. Cheers |
Hello @uerceg , thanks for the very fast response. Cheers. |
Lovely, thanks for the update. RN SDK update for |
Description
Release build fails when using targetSdkVersion = 27.
How to reproduce
In the file
./android/build.gradle
edit the following section asCriticality
We are unable to release new versions because of this behaviour...
The text was updated successfully, but these errors were encountered: