Git Product home page Git Product logo

Comments (6)

Gitsaibot avatar Gitsaibot commented on May 26, 2024

What's the problem ? Why change minSdkVersion ? Look at https://medium.com/google-developers/picking-your-compilesdkversion-minsdkversion-targetsdkversion-a098a0341ebd#.swchy06c1 for better understanding.

from etar-calendar.

kinclma1 avatar kinclma1 commented on May 26, 2024

Because some of the users aren't lucky enough to have devices with newer Android :) And obviously, the higher minSDK prevents them from installing the app.

from etar-calendar.

Gitsaibot avatar Gitsaibot commented on May 26, 2024

Yes, but are there any problems with SDK 15 ? I think we should only preclude User with lower Android versions if there are serious issues with the app.

from etar-calendar.

kinclma1 avatar kinclma1 commented on May 26, 2024

I don't have a device with API 15, but it ran fine on API 16. The problem is the minSdk in the build.gradle, that prevents from installing on pre-KitKat devices. I suppose, changing it to 15 as well would be fine.

from etar-calendar.

Gitsaibot avatar Gitsaibot commented on May 26, 2024

Ah okay now I understand what you mean ;). In my opinion we should remove this from Manifest.xml. It isn't used anyway.

@xsoh Can we change to API 16 in build.gradle or why is API 19 required ?

from etar-calendar.

jspricke avatar jspricke commented on May 26, 2024

If it's tested, I don't see a problem with it as well. Can you send a pull request with the change?

from etar-calendar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.