Skip to content

Commit 7eb5b87

Browse files
committed
Specify a different r8 tools version
1 parent 06bdfd3 commit 7eb5b87

File tree

13 files changed

+39
-0
lines changed

13 files changed

+39
-0
lines changed

analytics/integration_test/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ buildscript {
2121
}
2222
dependencies {
2323
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'
2427
classpath 'com.google.gms:google-services:4.4.1'
2528
}
2629
}

app/integration_test/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ buildscript {
2121
}
2222
dependencies {
2323
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'
2427
classpath 'com.google.gms:google-services:4.4.1'
2528
}
2629
}

app_check/integration_test/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ buildscript {
2121
}
2222
dependencies {
2323
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'
2427
classpath 'com.google.gms:google-services:4.4.1'
2528
}
2629
}

auth/integration_test/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ buildscript {
2121
}
2222
dependencies {
2323
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'
2427
classpath 'com.google.gms:google-services:4.4.1'
2528
}
2629
}

database/integration_test/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ buildscript {
2121
}
2222
dependencies {
2323
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'
2427
classpath 'com.google.gms:google-services:4.4.1'
2528
}
2629
}

dynamic_links/integration_test/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ buildscript {
2121
}
2222
dependencies {
2323
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'
2427
classpath 'com.google.gms:google-services:4.4.1'
2528
}
2629
}

firestore/integration_test/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ buildscript {
2121
}
2222
dependencies {
2323
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'
2427
classpath 'com.google.gms:google-services:4.4.1'
2528
}
2629
}

functions/integration_test/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ buildscript {
2121
}
2222
dependencies {
2323
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'
2427
classpath 'com.google.gms:google-services:4.4.1'
2528
}
2629
}

gma/integration_test/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ buildscript {
2121
}
2222
dependencies {
2323
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'
2427
classpath 'com.google.gms:google-services:4.4.1'
2528
}
2629
}

installations/integration_test/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ buildscript {
2121
}
2222
dependencies {
2323
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'
2427
classpath 'com.google.gms:google-services:4.4.1'
2528
}
2629
}

0 commit comments

Comments
 (0)