Skip to content

Commit 90eaa2b

Browse files
committed
Update minSdkVersion to 23 and upgrade Android library plugin to v8.13.2
1 parent f37af59 commit 90eaa2b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
plugins {
2-
id "com.android.library" version "8.13.1" apply false
2+
id "com.android.library" version "8.13.2" apply false
33
id "de.undercouch.download" version "5.6.0" apply false
44
}

sqlite-android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ android {
1515
namespace "io.requery.android.sqlite"
1616

1717
defaultConfig {
18-
minSdkVersion 21
18+
minSdkVersion 23
1919
versionName VERSION_NAME
2020

2121
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)