Skip to content

Conversation

uerceg
Copy link
Contributor

@uerceg uerceg commented Dec 12, 2018

@uerceg uerceg merged commit 70a2b4a into master Dec 12, 2018
@uerceg uerceg deleted the v4170 branch December 12, 2018 13:39
android {
compileSdkVersion 26
buildToolsVersion "26.0.3"
compileSdkVersion rootProject.ext.compileSdkVersion

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's cool!

project(':react-native-adjust').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-adjust/android')
include ':react-native-adjust'
project(':react-native-adjust').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-adjust/android')
include ':react-native-adjust'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

duplicated instruction

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, build scripts which are building and running our example app are making sure this happens each time we run them, but having in mind that it's an example app that we mostly use just to demonstrate how SDK API can be used, we're living with it. Will be addressed in future, but for now, it's like this. But fair point. 👍

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

Successfully merging this pull request may close these issues.

2 participants