File tree Expand file tree Collapse file tree 4 files changed +9
-15
lines changed
scripts/gha/ui_testing/uitest_android Expand file tree Collapse file tree 4 files changed +9
-15
lines changed Original file line number Diff line number Diff line change 1515buildscript {
1616 repositories {
1717 google()
18- jcenter ()
18+ mavenCentral ()
1919 }
2020 dependencies {
2121 classpath ' com.android.tools.build:gradle:3.3.3'
@@ -24,17 +24,12 @@ buildscript {
2424allprojects {
2525 repositories {
2626 google()
27- jcenter ()
27+ mavenCentral ()
2828 }
2929}
3030
3131apply plugin : ' com.android.library'
3232
33- ext {
34- firebaseAndroidStl = System . getenv(' FIREBASE_ANDROID_STL' )
35- firebaseAndroidStl = firebaseAndroidStl != null ? firebaseAndroidStl : ' '
36- }
37-
3833android {
3934 compileSdkVersion 28
4035 buildToolsVersion ' 28.0.3'
@@ -71,8 +66,7 @@ android {
7166 // Only include needed project.
7267 arguments ' -DFIREBASE_CPP_USE_PRIOR_GRADLE_BUILD=ON' ,
7368 ' -DFIREBASE_INCLUDE_LIBRARY_DEFAULT=OFF' ,
74- ' -DFIREBASE_INCLUDE_GMA=ON' ,
75- " -DFIREBASE_ANDROID_STL=${ firebaseAndroidStl} "
69+ ' -DFIREBASE_INCLUDE_GMA=ON'
7670 }
7771 }
7872 }
Original file line number Diff line number Diff line change 1515buildscript {
1616 repositories {
1717 google()
18- jcenter ()
18+ mavenCentral ()
1919 }
2020 dependencies {
2121 classpath ' com.android.tools.build:gradle:3.3.3'
@@ -25,7 +25,7 @@ buildscript {
2525allprojects {
2626 repositories {
2727 google()
28- jcenter ()
28+ mavenCentral ()
2929 }
3030}
3131
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ buildscript {
1717 repositories {
1818 mavenLocal()
1919 maven { url ' https://maven.google.com' }
20- jcenter ()
20+ mavenCentral ()
2121 }
2222 dependencies {
2323 classpath ' com.android.tools.build:gradle:3.3.3'
@@ -29,7 +29,7 @@ allprojects {
2929 repositories {
3030 mavenLocal()
3131 maven { url ' https://maven.google.com' }
32- jcenter ()
32+ mavenCentral ()
3333 }
3434}
3535
Original file line number Diff line number Diff line change 1515buildscript {
1616 repositories {
1717 google()
18- jcenter ()
18+ mavenCentral ()
1919 }
2020 dependencies {
2121 classpath ' com.android.tools.build:gradle:4.0.1'
@@ -28,7 +28,7 @@ buildscript {
2828allprojects {
2929 repositories {
3030 google()
31- jcenter ()
31+ mavenCentral ()
3232 }
3333}
3434
You can’t perform that action at this time.
0 commit comments