POI: SQLite Android Bindings, fix #562
This commit is contained in:
@@ -30,8 +30,8 @@ allprojects {
|
||||
|
||||
static def androidCompileSdk() { return 28 }
|
||||
|
||||
// Minimum API Level by Support Library
|
||||
static def androidMinSdk() { return 14 }
|
||||
// 14 for Support Library, 16 for sqlite-android
|
||||
static def androidMinSdk() { return 16 }
|
||||
|
||||
static def androidTargetSdk() { return 22 }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user