File tree Expand file tree Collapse file tree 6 files changed +10
-14
lines changed
firebase-config/bandwagoner Expand file tree Collapse file tree 6 files changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ apply plugin: 'com.android.application'
18
18
apply plugin : com.google.firebase.gradle.plugins.ci.device.FirebaseTestLabPlugin
19
19
20
20
android {
21
- compileSdkVersion 28
21
+ compileSdkVersion project . targetSdkVersion
22
22
lintOptions {
23
23
abortOnError false
24
24
}
@@ -27,7 +27,7 @@ android {
27
27
defaultConfig {
28
28
applicationId " com.googletest.firebase.remoteconfig.bandwagoner"
29
29
minSdkVersion 16
30
- targetSdkVersion 28
30
+ targetSdkVersion project . targetSdkVersion
31
31
versionCode 1
32
32
versionName " 1.0"
33
33
multiDexEnabled true
Original file line number Diff line number Diff line change @@ -21,17 +21,15 @@ firebaseLibrary {
21
21
publishJavadoc = false
22
22
}
23
23
24
- def androidVersion = 28
25
-
26
24
android {
27
25
adbOptions {
28
26
timeOutInMs 60 * 1000
29
27
}
30
28
31
- compileSdkVersion androidVersion
29
+ compileSdkVersion project . targetSdkVersion
32
30
defaultConfig {
33
31
minSdkVersion 16
34
- targetSdkVersion androidVersion
32
+ targetSdkVersion project . targetSdkVersion
35
33
versionName version
36
34
37
35
consumerProguardFiles ' firebase-crashlytics-ndk-proguard.txt'
Original file line number Diff line number Diff line change @@ -20,17 +20,15 @@ firebaseLibrary {
20
20
testLab. enabled = true
21
21
}
22
22
23
- def androidVersion = 28
24
-
25
23
android {
26
24
adbOptions {
27
25
timeOutInMs 60 * 1000
28
26
}
29
27
30
- compileSdkVersion androidVersion
28
+ compileSdkVersion project . targetSdkVersion
31
29
defaultConfig {
32
30
minSdkVersion 16
33
- targetSdkVersion androidVersion
31
+ targetSdkVersion project . targetSdkVersion
34
32
versionName version
35
33
36
34
multiDexEnabled true
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ firebaseLibrary {
23
23
}
24
24
25
25
android {
26
- compileSdkVersion 28
26
+ compileSdkVersion project . targetSdkVersion
27
27
defaultConfig {
28
28
minSdkVersion project. minSdkVersion
29
29
multiDexEnabled true
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ buildscript {
31
31
apply plugin : " com.android.application"
32
32
33
33
android {
34
- compileSdkVersion 28
34
+ compileSdkVersion 29
35
35
36
36
defaultConfig {
37
37
minSdkVersion 16
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ firebaseLibrary{
21
21
}
22
22
23
23
android {
24
- compileSdkVersion 28
24
+ compileSdkVersion project . targetSdkVersion
25
25
defaultConfig {
26
26
minSdkVersion 14
27
- targetSdkVersion 28
27
+ targetSdkVersion project . targetSdkVersion
28
28
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
29
29
}
30
30
You can’t perform that action at this time.
0 commit comments