Skip to content

Commit 48be5f2

Browse files
committed
Explicitly import ConfigureUtil to the C++ Firebase dependencies gradle
Some versions of gradle do not automatically import ConfigureUtil, so it needs to be explicitly imported in. PiperOrigin-RevId: 259972211
1 parent acc543b commit 48be5f2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Android/firebase_dependencies.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
import org.gradle.util.ConfigureUtil;
16+
1517
// A map of library to the dependencies that need to be added for it.
1618
def firebaseDependenciesMap = [
1719
'app' : ['com.google.firebase:firebase-analytics:17.0.0'],

release_build_files/Android/firebase_dependencies.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
import org.gradle.util.ConfigureUtil;
16+
1517
// A map of library to the dependencies that need to be added for it.
1618
def firebaseDependenciesMap = [
1719
'app' : ['com.google.firebase:firebase-analytics:17.0.0'],

0 commit comments

Comments
 (0)