-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Update build.gradle #837
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
Update build.gradle #837
Conversation
library/build.gradle
Outdated
compile 'com.android.support:recyclerview-v7:23.4.0' | ||
compile 'com.android.support:support-v4:26.+' | ||
compile 'com.android.support:support-annotations:26.+' | ||
compile 'com.android.support:recyclerview-v7:26.+' |
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.
can you update to use the exact version without "+" and I'd be happy to merge this
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.
Oh yes of course
I have updated the 26.+ to the correct version. And yes the Gradle version also has to be upgraded in the file AndroidSlidingUpPanel/build.gradle Line no 8 to -> classpath 'com.android.tools.build:gradle:2.3.2' and Line no 26 to -> gradleVersion = '3.3'
compile 'com.android.support:support-v4:23.4.0' | ||
compile 'com.android.support:support-annotations:23.4.0' | ||
compile 'com.android.support:recyclerview-v7:23.4.0' | ||
compile 'com.android.support:support-v4:26.0.0-alpha1' |
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 prefer to avoid alpha libraries. If you change this to a stable version like 25, i'll merge. Thank you!
Google has updated its libraries