Skip to content

Commit 3923c1e

Browse files
authored
Merge branch 'main' into rl.project.deps
2 parents d9c5fb5 + afa309e commit 3923c1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

firebase-appdistribution-api/firebase-appdistribution-api.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android {
3131
compileSdkVersion project.compileSdkVersion
3232

3333
defaultConfig {
34-
minSdkVersion 21
34+
minSdkVersion project.minSdkVersion
3535
targetSdkVersion project.targetSdkVersion
3636
multiDexEnabled true
3737
versionName version

firebase-storage/test-app/test-app.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android {
2121

2222
defaultConfig {
2323
applicationId "com.example.storage"
24-
minSdkVersion 16
24+
minSdkVersion project.minSdkVersion
2525
targetSdkVersion project.targetSdkVersion
2626
versionCode 1
2727
versionName "1.0"

0 commit comments

Comments
 (0)