Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Updated libraries #208

Merged
merged 4 commits into from
Jun 21, 2018
Merged

Updated libraries #208

merged 4 commits into from
Jun 21, 2018

Conversation

rid-x
Copy link
Contributor

@rid-x rid-x commented Jun 12, 2018

  • Updated gradle plugin version to 3.1.3
  • Updated compileSdkVersion, buildToolsVersion, targetSdkVersion to 27
  • Updated support lib version to 27.1.1
  • Changed deprecated dependency api to new

rid-hrant added 4 commits June 12, 2018 13:50
- Updated gradle plugin version to 3.1.3
- Updated compileSdkVersion, buildToolsVersion, targetSdkVersion to 27
- Updated support lib version to 27.1.1
- Changed deprecated dependency api to new
Copy link
Contributor

@pedrovgs pedrovgs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's review my comment about the min SDK version supported and we are ready to merge 😃 @Serchinastico we should publish a new release after merging this branch.


defaultConfig {
minSdkVersion 10
targetSdkVersion 25
minSdkVersion 14
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @rid-hrant I'm taking a look at this PR and I was wondering why you've increased the minSdkVersion. This change is huge right now. As we can review in these pages, the rest of the updates are correct and we are using the latest version released:

https://developer.android.com/studio/releases/gradle-plugin
https://developer.android.com/studio/releases/build-tools
https://developer.android.com/topic/libraries/support-library/revisions

But we should review this minSdkVersion carefully right @Serchinastico? I'm ok if we update the min SDK but we should keep it in mind and at least add this information to the release notes.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi my friend 😄 . I try to use dexter in my updated gradle version poroject, but it has conflict with support libs, so I decided to contribute and update libs and gradle version.
Min sdk version 10 has conflict with new support libs 27 version, so I had to update version to 14, 14 is android stidio's recomendid version.

Thanks for answering.
Sorry for bad english

@pedrovgs
Copy link
Contributor

I forgot to thank you @rid-hrant xD Thanks you so much for your contribution 😃

@pedrovgs
Copy link
Contributor

Ups I didn't read your comment @rid-hrant

Min sdk version 10 has conflict with new support libs 27 version, so I had to update version to 14, 14 is android stidio's recomendid version.

I'm ok updating the min SD version. Let's see what the rest of the team says about this.

@rid-x
Copy link
Contributor Author

rid-x commented Jun 14, 2018

OK @pedrovgs I'll waiting reaction of the team.

@Serchinastico
Copy link
Contributor

I'll be reviewing it next thursday 👍

Copy link
Contributor

@Serchinastico Serchinastico left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great, I'm going to merge it into Dexter, review some other pending PRs and release a new major version (it has to be major as we are updating libraries that can break other people projects).

Thank you very much @rid-hrant !

@rid-x
Copy link
Contributor Author

rid-x commented Jun 22, 2018

@Serchinastico thank you to! 😄

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants