File tree Expand file tree Collapse file tree 8 files changed +10
-19
lines changed
connectivity/connectivity/example/android
video_player/video_player/example/android Expand file tree Collapse file tree 8 files changed +10
-19
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,6 @@ FROM cirrusci/flutter:2.2.2
55
66RUN apt-get update -y
77
8- # Required by Roboeletric and the Android SDK.
9- RUN apt-get install -y openjdk-8-jdk
10- ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
11-
128RUN apt-get install -y --no-install-recommends gnupg
139
1410# Add repo for gcloud sdk and install it
Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ flutter {
5252}
5353
5454dependencies {
55- testImplementation ' junit:junit:4.12'
55+ testImplementation ' junit:junit:4.13'
56+ testImplementation ' org.robolectric:robolectric:4.4'
57+ testImplementation ' org.mockito:mockito-core:3.5.13'
5658 androidTestImplementation ' androidx.test:runner:1.1.1'
5759 androidTestImplementation ' androidx.test.espresso:espresso-core:3.1.1'
58- testImplementation ' org.robolectric:robolectric:3.8'
59- testImplementation ' org.mockito:mockito-core:3.5.13'
6060}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 }
66
77 dependencies {
8- classpath ' com.android.tools.build:gradle:3.5.0 '
8+ classpath ' com.android.tools.build:gradle:7.0.1 '
99 }
1010}
1111
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22distributionPath =wrapper/dists
33zipStoreBase =GRADLE_USER_HOME
44zipStorePath =wrapper/dists
5- distributionUrl =https\://services.gradle.org/distributions/gradle-5.6 .2-all.zip
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.0 .2-all.zip
Original file line number Diff line number Diff line change @@ -58,9 +58,9 @@ flutter {
5858}
5959
6060dependencies {
61- testImplementation ' junit:junit:4.12'
61+ testImplementation ' junit:junit:4.13'
62+ testImplementation ' org.robolectric:robolectric:4.4'
63+ testImplementation ' org.mockito:mockito-core:3.5.13'
6264 androidTestImplementation ' androidx.test:runner:1.1.1'
6365 androidTestImplementation ' androidx.test.espresso:espresso-core:3.1.1'
64- testImplementation ' org.robolectric:robolectric:3.8'
65- testImplementation ' org.mockito:mockito-core:3.5.13'
6666}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 }
66
77 dependencies {
8- classpath ' com.android.tools.build:gradle:3.5.0 '
8+ classpath ' com.android.tools.build:gradle:7.0.1 '
99 }
1010}
1111
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-5.6 .2-all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.0 .2-all.zip
You can’t perform that action at this time.
0 commit comments