POI: SQLite Android Bindings, fix #562

This commit is contained in:
Emux
2018-08-13 12:53:10 +03:00
parent 5605fff111
commit 02b42539f3
3 changed files with 20 additions and 5 deletions

View File

@@ -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 }