Skip to content

Commit 180e3d8

Browse files
committed
fix: Provider minSDKVersion update to 23 due to dependency requirements.
1 parent a173c4f commit 180e3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android {
55
compileSdk = 36
66

77
defaultConfig {
8-
minSdkVersion 21
8+
minSdkVersion 23
99
targetSdkVersion 34
1010
buildConfigField("long", "VERSION_CODE", VERSION_CODE)
1111
buildConfigField("String","VERSION_NAME","\"${VERSION_NAME}\"")

0 commit comments

Comments
 (0)