We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9c5fb5 + afa309e commit 3923c1eCopy full SHA for 3923c1e
firebase-appdistribution-api/firebase-appdistribution-api.gradle
@@ -31,7 +31,7 @@ android {
31
compileSdkVersion project.compileSdkVersion
32
33
defaultConfig {
34
- minSdkVersion 21
+ minSdkVersion project.minSdkVersion
35
targetSdkVersion project.targetSdkVersion
36
multiDexEnabled true
37
versionName version
firebase-storage/test-app/test-app.gradle
@@ -21,7 +21,7 @@ android {
21
22
23
applicationId "com.example.storage"
24
- minSdkVersion 16
25
26
versionCode 1
27
versionName "1.0"
0 commit comments