-
Notifications
You must be signed in to change notification settings - Fork 4
Master v20.0 #35
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
base: master-v19.0
Are you sure you want to change the base?
Master v20.0 #35
Conversation
|
I don't think we should be tracking .idea/ |
|
Same thing with local.properties, we shouldnt be tracking that |
bin/build-cave-runner.sh
Outdated
| # Compile Apps | ||
| # Clean dependencies so latest Skillz SDK is fetched | ||
| ./gradlew --refresh-dependencies | ||
| #./gradlew --refresh-dependencies |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems like teh comment above should be moved to where this is executed below and this commented line of code should be deleted
| compileSdkVersion 25 | ||
| buildToolsVersion "25.0.3" | ||
| compileSdkVersion 26 | ||
| buildToolsVersion '27.0.3' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think these need to match, but according to greg you should be taking this line out anyways... not sure
No description provided.