We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37af59 commit 90eaa2bCopy full SHA for 90eaa2b
2 files changed
build.gradle
@@ -1,4 +1,4 @@
1
plugins {
2
- id "com.android.library" version "8.13.1" apply false
+ id "com.android.library" version "8.13.2" apply false
3
id "de.undercouch.download" version "5.6.0" apply false
4
}
sqlite-android/build.gradle
@@ -15,7 +15,7 @@ android {
15
namespace "io.requery.android.sqlite"
16
17
defaultConfig {
18
- minSdkVersion 21
+ minSdkVersion 23
19
versionName VERSION_NAME
20
21
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
0 commit comments