File tree Expand file tree Collapse file tree 17 files changed +57
-50
lines changed
firebase-database-collection
firebase-inappmessaging-display
protolite-well-known-types Expand file tree Collapse file tree 17 files changed +57
-50
lines changed Original file line number Diff line number Diff line change 15
15
apply plugin : " com.android.application"
16
16
17
17
android {
18
- compileSdkVersion 27
18
+ compileSdkVersion project . targetSdkVersion
19
19
20
20
defaultConfig {
21
21
applicationId " com.example.firebase.fiamui"
22
22
minSdkVersion 16
23
- targetSdkVersion 27
23
+ targetSdkVersion project . targetSdkVersion
24
24
versionCode 1
25
25
versionName " 1.0"
26
26
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change 14
14
15
15
apply plugin : ' com.android.library'
16
16
17
- def androidVersion = 28
18
-
19
17
android {
20
18
adbOptions {
21
19
timeOutInMs 60 * 1000
22
20
}
23
21
24
- compileSdkVersion androidVersion
22
+ compileSdkVersion project . targetSdkVersion
25
23
defaultConfig {
26
- minSdkVersion 14
27
- targetSdkVersion androidVersion
24
+ minSdkVersion project . minSdkVersion
25
+ targetSdkVersion project . targetSdkVersion
28
26
versionName version
29
27
multiDexEnabled true
30
28
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change 14
14
15
15
apply plugin : ' com.android.library'
16
16
17
- def androidVersion = 28
18
-
19
17
android {
20
- compileSdkVersion androidVersion
18
+ compileSdkVersion project . targetSdkVersion
21
19
defaultConfig {
22
20
minSdkVersion 9
23
21
}
Original file line number Diff line number Diff line change 14
14
15
15
apply plugin : ' com.android.library'
16
16
17
- def androidVersion = 28
18
-
19
-
20
17
tasks. withType(org.gradle.api.tasks.testing.Test ) {
21
18
testLogging {
22
19
exceptionFormat = ' full'
@@ -32,10 +29,10 @@ android {
32
29
timeOutInMs 60 * 1000
33
30
}
34
31
35
- compileSdkVersion androidVersion
32
+ compileSdkVersion project . targetSdkVersion
36
33
defaultConfig {
37
- targetSdkVersion androidVersion
38
- minSdkVersion 14
34
+ targetSdkVersion project . targetSdkVersion
35
+ minSdkVersion project . minSdkVersion
39
36
versionName version
40
37
multiDexEnabled true
41
38
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change 15
15
apply plugin : ' com.android.library'
16
16
apply plugin : ' com.google.protobuf'
17
17
18
- def androidVersion = 28
19
-
20
18
protobuf {
21
19
// Configure the protoc executable
22
20
protoc {
@@ -53,10 +51,10 @@ android {
53
51
timeOutInMs 60 * 1000
54
52
}
55
53
56
- compileSdkVersion androidVersion
54
+ compileSdkVersion project . targetSdkVersion
57
55
defaultConfig {
58
- targetSdkVersion androidVersion
59
- minSdkVersion 14
56
+ targetSdkVersion project . targetSdkVersion
57
+ minSdkVersion project . minSdkVersion
60
58
versionName version
61
59
multiDexEnabled true
62
60
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change 14
14
15
15
apply plugin : ' com.android.library'
16
16
17
- def androidVersion = 28
18
-
19
17
android {
20
18
adbOptions {
21
19
timeOutInMs 60 * 1000
22
20
}
23
21
24
- compileSdkVersion androidVersion
22
+ compileSdkVersion project . targetSdkVersion
25
23
defaultConfig {
26
- targetSdkVersion androidVersion
27
- minSdkVersion 14
24
+ targetSdkVersion project . targetSdkVersion
25
+ minSdkVersion project . minSdkVersion
28
26
versionName version
29
27
multiDexEnabled true
30
28
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change 15
15
apply plugin : " com.android.library"
16
16
17
17
android {
18
- compileSdkVersion 28
19
-
18
+ compileSdkVersion project. targetSdkVersion
20
19
defaultConfig {
21
20
minSdkVersion 16
22
- targetSdkVersion 28
21
+ targetSdkVersion project . targetSdkVersion
23
22
versionCode 1
24
23
versionName " 1.0"
25
24
multiDexEnabled true
Original file line number Diff line number Diff line change 14
14
15
15
apply plugin : ' com.android.library'
16
16
17
- def androidVersion = 28
18
-
19
17
20
18
tasks. withType(org.gradle.api.tasks.testing.Test ) {
21
19
testLogging {
@@ -32,10 +30,10 @@ android {
32
30
timeOutInMs 60 * 1000
33
31
}
34
32
35
- compileSdkVersion androidVersion
33
+ compileSdkVersion project . targetSdkVersion
36
34
defaultConfig {
37
- targetSdkVersion androidVersion
38
- minSdkVersion 14
35
+ targetSdkVersion project . targetSdkVersion
36
+ minSdkVersion project . minSdkVersion
39
37
multiDexEnabled true
40
38
versionName version
41
39
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change @@ -40,11 +40,10 @@ protobuf {
40
40
}
41
41
}
42
42
android {
43
- compileSdkVersion 28
44
-
43
+ compileSdkVersion project. targetSdkVersion
45
44
defaultConfig {
46
- minSdkVersion 14
47
- targetSdkVersion 28
45
+ targetSdkVersion project . targetSdkVersion
46
+ minSdkVersion project . minSdkVersion
48
47
versionCode 1
49
48
versionName ' 1.0'
50
49
}
Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ buildscript {
37
37
}
38
38
}
39
39
40
+ apply from : ' sdkProperties.gradle'
41
+
40
42
ext {
41
43
playServicesVersion = ' 16.0.1'
42
44
supportAnnotationsVersion = ' 28.0.0'
Original file line number Diff line number Diff line change
1
+ // Copyright 2018 Google LLC
2
+ //
3
+ // Licensed under the Apache License, Version 2.0 (the "License");
4
+ // you may not use this file except in compliance with the License.
5
+ // You may obtain a copy of the License at
6
+ //
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ //
9
+ // Unless required by applicable law or agreed to in writing, software
10
+ // distributed under the License is distributed on an "AS IS" BASIS,
11
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ // See the License for the specific language governing permissions and
13
+ // limitations under the License.
14
+
15
+ ext {
16
+ targetSdkVersion = 28
17
+ minSdkVersion = 14
18
+ }
Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ plugins {
31
31
id ' com.github.ben-manes.versions' version ' 0.20.0'
32
32
}
33
33
34
+ apply from : ' ../sdkProperties.gradle'
35
+
34
36
allprojects {
35
37
ext. testBuildType = project. getProperties(). get(" testBuildType" , " debug" )
36
38
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ apply plugin: 'com.android.application'
18
18
19
19
android {
20
20
testBuildType = project. testBuildType
21
- compileSdkVersion 28
21
+ compileSdkVersion project . targetSdkVersion
22
22
23
23
defaultConfig {
24
24
applicationId " com.google.firebase.testapps.database"
25
25
minSdkVersion 16
26
- targetSdkVersion 28
26
+ targetSdkVersion project . targetSdkVersion
27
27
versionCode 1
28
28
versionName " 1.0"
29
29
multiDexEnabled true
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ apply plugin: 'com.android.application'
18
18
19
19
android {
20
20
testBuildType = project. testBuildType
21
- compileSdkVersion 28
21
+ compileSdkVersion project . targetSdkVersion
22
22
23
23
defaultConfig {
24
24
applicationId " com.google.firebase.testapps.firestore"
25
25
minSdkVersion 16
26
- targetSdkVersion 28
26
+ targetSdkVersion project . targetSdkVersion
27
27
versionCode 1
28
28
versionName " 1.0"
29
29
multiDexEnabled true
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ apply plugin: 'com.android.application'
18
18
19
19
android {
20
20
testBuildType = project. testBuildType
21
- compileSdkVersion 28
21
+ compileSdkVersion project . targetSdkVersion
22
22
23
23
defaultConfig {
24
24
applicationId " com.google.firebase.testapps.functions"
25
25
minSdkVersion 16
26
- targetSdkVersion 28
26
+ targetSdkVersion project . targetSdkVersion
27
27
versionCode 1
28
28
versionName " 1.0"
29
29
testInstrumentationRunner ' android.support.test.runner.AndroidJUnitRunner'
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ apply plugin: 'com.android.application'
18
18
19
19
android {
20
20
testBuildType = project. testBuildType
21
- compileSdkVersion 28
21
+ compileSdkVersion project . targetSdkVersion
22
22
23
23
defaultConfig {
24
24
applicationId " com.google.firebase.testapps.storage"
25
25
minSdkVersion 16
26
- targetSdkVersion 28
26
+ targetSdkVersion project . targetSdkVersion
27
27
versionCode 1
28
28
versionName " 1.0"
29
29
multiDexEnabled true
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ android {
25
25
abortOnError false
26
26
checkReleaseBuilds false
27
27
}
28
- compileSdkVersion 26
28
+ compileSdkVersion project . targetSdkVersion
29
29
30
30
defaultConfig {
31
31
applicationId ' com.google.apksize'
32
- minSdkVersion 26
33
- multiDexEnabled true
34
- targetSdkVersion 26
32
+ minSdkVersion project . targetSdkVersion
33
+ multiDexEnabled true
34
+ targetSdkVersion project . targetSdkVersion
35
35
versionCode 1
36
36
versionName ' 1.0'
37
37
}
You can’t perform that action at this time.
0 commit comments