Commit 4b6b6b2 Emmanuel Garcia
authored
1 parent 489c913 commit 4b6b6b2 Copy full SHA for 4b6b6b2
File tree 8 files changed +10
-19
lines changed
connectivity/connectivity/example/android
video_player/video_player/example/android
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
5
5
6
6
RUN apt-get update -y
7
7
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
-
12
8
RUN apt-get install -y --no-install-recommends gnupg
13
9
14
10
# Add repo for gcloud sdk and install it
Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ flutter {
52
52
}
53
53
54
54
dependencies {
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'
56
58
androidTestImplementation ' androidx.test:runner:1.1.1'
57
59
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'
60
60
}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
}
6
6
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:3.5.0 '
8
+ classpath ' com.android.tools.build:gradle:7.0.1 '
9
9
}
10
10
}
11
11
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
3
zipStoreBase =GRADLE_USER_HOME
4
4
zipStorePath =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 {
58
58
}
59
59
60
60
dependencies {
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'
62
64
androidTestImplementation ' androidx.test:runner:1.1.1'
63
65
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'
66
66
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
}
6
6
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:3.5.0 '
8
+ classpath ' com.android.tools.build:gradle:7.0.1 '
9
9
}
10
10
}
11
11
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =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