-
Notifications
You must be signed in to change notification settings - Fork 4
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
Master v20.0 #35
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
@@ -12,11 +12,11 @@ printf "apiSecret=bc1e89c576f18f877c98d2ca8a922096ef5415a8b5023e922eb6b2c474a455 | |||
sudo ln -sf /Users/opsadmin/Library/Android/sdk /usr/local/android-sdk-linux | |||
# 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.