Skip to content

Commit e613e34

Browse files
authored
Create build.gradle.internal
1 parent 880521f commit e613e34

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

build.gradle.internal

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2+
3+
buildscript {
4+
repositories {
5+
google()
6+
mavenCentral()
7+
}
8+
dependencies {
9+
classpath 'com.android.tools.build:gradle:8.6.1'
10+
classpath 'com.google.gms:google-services:4.3.15'
11+
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.9'
12+
}
13+
}
14+
allprojects {
15+
repositories {
16+
17+
google()
18+
mavenCentral()
19+
20+
}
21+
}

0 commit comments

Comments
 (0)