Skip to content

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

Merged
merged 9 commits into from
Sep 17, 2017
Merged

Update build.gradle #837

merged 9 commits into from
Sep 17, 2017

Conversation

NeilMajumder
Copy link
Contributor

@NeilMajumder NeilMajumder commented Jun 17, 2017

Google has updated its libraries

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.+'
Copy link
Contributor

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

Copy link
Contributor Author

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'
Copy link
Contributor

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!

@tokudu tokudu merged commit 6337d98 into umano:master Sep 17, 2017
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.

3 participants