sockeqwe / sqlbrite-dao

DAO for SQLBrite
http://hannesdorfmann.com/android/sqlbrite-dao
Apache License 2.0
182 stars 22 forks source link

Reduce minSdkVersion from 14 to 9 #45

Open ilyamodder opened 8 years ago

sockeqwe commented 8 years ago

Hi, it seems that there are some backward compatibility issues with the constructor.

 <issue
        id="NewApi"
        severity="Error"
        message="Call requires API level 11 (current min is 9): `new android.database.sqlite.SQLiteOpenHelper`"
        category="Correctness"
        priority="6"
        summary="Calling new methods on older versions"
        explanation="This check scans through all the Android API calls in the application and warns about any calls that are not available on *all* versions targeted by this application (according to its minimum SDK attribute in the manifest).

Have you really apps with minsdk < 14 ?