Skip to content

Commit a7f76d6

Browse files
author
David Motsonashvili
committed
update minSdkVersion in firestore-ktx
1 parent b15ad17 commit a7f76d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-firestore/ktx/ktx.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ firebaseLibrary {
2525
android {
2626
compileSdkVersion project.targetSdkVersion
2727
defaultConfig {
28-
minSdkVersion project.minSdkVersion
28+
minSdkVersion 19
2929
multiDexEnabled true
3030
targetSdkVersion project.targetSdkVersion
3131
versionName version

0 commit comments

Comments
 (0)