File tree Expand file tree Collapse file tree 13 files changed +39
-0
lines changed
analytics/integration_test
app_check/integration_test
database/integration_test
dynamic_links/integration_test
firestore/integration_test
functions/integration_test
installations/integration_test
messaging/integration_test
remote_config/integration_test Expand file tree Collapse file tree 13 files changed +39
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ buildscript {
21
21
}
22
22
dependencies {
23
23
classpath ' com.android.tools.build:gradle:7.4.2'
24
+ // r8 on this version of the Android tools has a bug,
25
+ // so specify a different version to use.
26
+ classpath ' com.android.tools:r8:8.3.37'
24
27
classpath ' com.google.gms:google-services:4.4.1'
25
28
}
26
29
}
Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ buildscript {
21
21
}
22
22
dependencies {
23
23
classpath ' com.android.tools.build:gradle:7.4.2'
24
+ // r8 on this version of the Android tools has a bug,
25
+ // so specify a different version to use.
26
+ classpath ' com.android.tools:r8:8.3.37'
24
27
classpath ' com.google.gms:google-services:4.4.1'
25
28
}
26
29
}
Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ buildscript {
21
21
}
22
22
dependencies {
23
23
classpath ' com.android.tools.build:gradle:7.4.2'
24
+ // r8 on this version of the Android tools has a bug,
25
+ // so specify a different version to use.
26
+ classpath ' com.android.tools:r8:8.3.37'
24
27
classpath ' com.google.gms:google-services:4.4.1'
25
28
}
26
29
}
Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ buildscript {
21
21
}
22
22
dependencies {
23
23
classpath ' com.android.tools.build:gradle:7.4.2'
24
+ // r8 on this version of the Android tools has a bug,
25
+ // so specify a different version to use.
26
+ classpath ' com.android.tools:r8:8.3.37'
24
27
classpath ' com.google.gms:google-services:4.4.1'
25
28
}
26
29
}
Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ buildscript {
21
21
}
22
22
dependencies {
23
23
classpath ' com.android.tools.build:gradle:7.4.2'
24
+ // r8 on this version of the Android tools has a bug,
25
+ // so specify a different version to use.
26
+ classpath ' com.android.tools:r8:8.3.37'
24
27
classpath ' com.google.gms:google-services:4.4.1'
25
28
}
26
29
}
Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ buildscript {
21
21
}
22
22
dependencies {
23
23
classpath ' com.android.tools.build:gradle:7.4.2'
24
+ // r8 on this version of the Android tools has a bug,
25
+ // so specify a different version to use.
26
+ classpath ' com.android.tools:r8:8.3.37'
24
27
classpath ' com.google.gms:google-services:4.4.1'
25
28
}
26
29
}
Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ buildscript {
21
21
}
22
22
dependencies {
23
23
classpath ' com.android.tools.build:gradle:7.4.2'
24
+ // r8 on this version of the Android tools has a bug,
25
+ // so specify a different version to use.
26
+ classpath ' com.android.tools:r8:8.3.37'
24
27
classpath ' com.google.gms:google-services:4.4.1'
25
28
}
26
29
}
Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ buildscript {
21
21
}
22
22
dependencies {
23
23
classpath ' com.android.tools.build:gradle:7.4.2'
24
+ // r8 on this version of the Android tools has a bug,
25
+ // so specify a different version to use.
26
+ classpath ' com.android.tools:r8:8.3.37'
24
27
classpath ' com.google.gms:google-services:4.4.1'
25
28
}
26
29
}
Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ buildscript {
21
21
}
22
22
dependencies {
23
23
classpath ' com.android.tools.build:gradle:7.4.2'
24
+ // r8 on this version of the Android tools has a bug,
25
+ // so specify a different version to use.
26
+ classpath ' com.android.tools:r8:8.3.37'
24
27
classpath ' com.google.gms:google-services:4.4.1'
25
28
}
26
29
}
Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ buildscript {
21
21
}
22
22
dependencies {
23
23
classpath ' com.android.tools.build:gradle:7.4.2'
24
+ // r8 on this version of the Android tools has a bug,
25
+ // so specify a different version to use.
26
+ classpath ' com.android.tools:r8:8.3.37'
24
27
classpath ' com.google.gms:google-services:4.4.1'
25
28
}
26
29
}
You can’t perform that action at this time.
0 commit comments