-
Notifications
You must be signed in to change notification settings - Fork 173
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
Brian/recycler view links fix #27
base: master
Are you sure you want to change the base?
Brian/recycler view links fix #27
Conversation
ndk.dir=sdk.dir=/usr/local/android-sdk-linux | ||
#Thu Oct 06 18:11:12 PDT 2016 | ||
ndk.dir=/Users/tkiet082187/android-sdks/ndk-bundle | ||
sdk.dir=/Users/tkiet082187/android-sdks |
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 checking this in is a bad idea.. this file shouldn't technically be under source control
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.
Agreed. This file is here for the circle ci builds, if you push this change the builds will probably fail. The JitPack builds might also fail.
In the future, you can prevent changes to this file using: git update-index --assume-unchanged local.properties
@MatiBot please review