Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
0f557e72
Unverified
Commit
0f557e72
authored
May 28, 2018
by
Mikkel Nygaard Ravn
Committed by
GitHub
May 28, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Gradle dependencies to match Android Studio 3.1.2 (#17974)
parent
00970710
Changes
56
Hide whitespace changes
Inline
Side-by-side
Showing
56 changed files
with
76 additions
and
76 deletions
+76
-76
build.gradle
dev/benchmarks/complex_layout/android/app/build.gradle
+2
-2
build.gradle
dev/benchmarks/complex_layout/android/build.gradle
+1
-1
gradle-wrapper.properties
...x_layout/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
build.gradle
dev/benchmarks/microbenchmarks/android/app/build.gradle
+2
-2
build.gradle
dev/benchmarks/microbenchmarks/android/build.gradle
+1
-1
gradle-wrapper.properties
...nchmarks/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
build.gradle
dev/integration_tests/channels/android/app/build.gradle
+2
-2
build.gradle
dev/integration_tests/channels/android/build.gradle
+1
-1
gradle-wrapper.properties
...channels/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
build.gradle
dev/integration_tests/external_ui/android/app/build.gradle
+2
-2
build.gradle
dev/integration_tests/external_ui/android/build.gradle
+1
-1
gradle-wrapper.properties
...ernal_ui/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
build.gradle
dev/integration_tests/flavors/android/app/build.gradle
+2
-2
build.gradle
dev/integration_tests/flavors/android/build.gradle
+1
-1
gradle-wrapper.properties
.../flavors/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
build.gradle
...ation_tests/platform_interaction/android/app/build.gradle
+2
-2
build.gradle
...tegration_tests/platform_interaction/android/build.gradle
+1
-1
gradle-wrapper.properties
...eraction/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
build.gradle
dev/integration_tests/ui/android/app/build.gradle
+2
-2
build.gradle
dev/integration_tests/ui/android/build.gradle
+1
-1
gradle-wrapper.properties
...tests/ui/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
build.gradle
dev/manual_tests/android/app/build.gradle
+2
-2
build.gradle
dev/manual_tests/android/build.gradle
+1
-1
gradle-wrapper.properties
...al_tests/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
build.gradle
examples/catalog/android/app/build.gradle
+2
-2
build.gradle
examples/catalog/android/build.gradle
+1
-1
gradle-wrapper.properties
.../catalog/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
build.gradle
examples/flutter_gallery/android/app/build.gradle
+2
-2
build.gradle
examples/flutter_gallery/android/build.gradle
+1
-1
gradle-wrapper.properties
..._gallery/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
build.gradle
examples/flutter_view/android/app/build.gradle
+2
-2
build.gradle
examples/flutter_view/android/build.gradle
+1
-1
gradle-wrapper.properties
...ter_view/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
build.gradle
examples/hello_world/android/app/build.gradle
+2
-2
build.gradle
examples/hello_world/android/build.gradle
+1
-1
gradle-wrapper.properties
...lo_world/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
build.gradle
examples/layers/android/app/build.gradle
+2
-2
build.gradle
examples/layers/android/build.gradle
+1
-1
gradle-wrapper.properties
...s/layers/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
build.gradle
examples/platform_channel/android/app/build.gradle
+2
-2
build.gradle
examples/platform_channel/android/build.gradle
+1
-1
gradle-wrapper.properties
..._channel/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
build.gradle
examples/platform_view/android/app/build.gradle
+2
-2
build.gradle
examples/platform_view/android/build.gradle
+1
-1
gradle-wrapper.properties
...orm_view/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
build.gradle
examples/stocks/android/app/build.gradle
+2
-2
build.gradle
examples/stocks/android/build.gradle
+1
-1
gradle-wrapper.properties
...s/stocks/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
flutter.gradle
packages/flutter_tools/gradle/flutter.gradle
+1
-1
build.gradle.tmpl
.../templates/create/android-java.tmpl/app/build.gradle.tmpl
+2
-2
build.gradle
...ter_tools/templates/create/android-java.tmpl/build.gradle
+1
-1
build.gradle.tmpl
...emplates/create/android-kotlin.tmpl/app/build.gradle.tmpl
+2
-2
build.gradle
...r_tools/templates/create/android-kotlin.tmpl/build.gradle
+2
-2
gradle-wrapper.properties
...ate/android.tmpl/gradle/wrapper/gradle-wrapper.properties
+1
-1
build.gradle.tmpl
...ools/templates/plugin/android-java.tmpl/build.gradle.tmpl
+1
-1
build.gradle.tmpl
...ls/templates/plugin/android-kotlin.tmpl/build.gradle.tmpl
+2
-2
No files found.
dev/benchmarks/complex_layout/android/app/build.gradle
View file @
0f557e72
...
...
@@ -52,6 +52,6 @@ flutter {
dependencies
{
testImplementation
'junit:junit:4.12'
androidTestImplementation
'com.android.support.test:runner:1.0.
1
'
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.
1
'
androidTestImplementation
'com.android.support.test:runner:1.0.
2
'
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.
2
'
}
dev/benchmarks/complex_layout/android/build.gradle
View file @
0f557e72
...
...
@@ -5,7 +5,7 @@ buildscript {
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
0.1
'
classpath
'com.android.tools.build:gradle:3.
1.2
'
}
}
...
...
dev/benchmarks/complex_layout/android/gradle/wrapper/gradle-wrapper.properties
View file @
0f557e72
...
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
1
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
4
-all.zip
dev/benchmarks/microbenchmarks/android/app/build.gradle
View file @
0f557e72
...
...
@@ -44,6 +44,6 @@ flutter {
dependencies
{
testImplementation
'junit:junit:4.12'
androidTestImplementation
'com.android.support.test:runner:1.0.
1
'
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.
1
'
androidTestImplementation
'com.android.support.test:runner:1.0.
2
'
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.
2
'
}
dev/benchmarks/microbenchmarks/android/build.gradle
View file @
0f557e72
...
...
@@ -5,7 +5,7 @@ buildscript {
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
0.1
'
classpath
'com.android.tools.build:gradle:3.
1.2
'
}
}
...
...
dev/benchmarks/microbenchmarks/android/gradle/wrapper/gradle-wrapper.properties
View file @
0f557e72
...
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
1
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
4
-all.zip
dev/integration_tests/channels/android/app/build.gradle
View file @
0f557e72
...
...
@@ -52,6 +52,6 @@ flutter {
dependencies
{
testImplementation
'junit:junit:4.12'
androidTestImplementation
'com.android.support.test:runner:1.0.
1
'
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.
1
'
androidTestImplementation
'com.android.support.test:runner:1.0.
2
'
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.
2
'
}
dev/integration_tests/channels/android/build.gradle
View file @
0f557e72
...
...
@@ -5,7 +5,7 @@ buildscript {
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
0.1
'
classpath
'com.android.tools.build:gradle:3.
1.2
'
}
}
...
...
dev/integration_tests/channels/android/gradle/wrapper/gradle-wrapper.properties
View file @
0f557e72
...
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
1
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
4
-all.zip
dev/integration_tests/external_ui/android/app/build.gradle
View file @
0f557e72
...
...
@@ -43,6 +43,6 @@ flutter {
dependencies
{
testImplementation
'junit:junit:4.12'
androidTestImplementation
'com.android.support.test:runner:1.0.
1
'
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.
1
'
androidTestImplementation
'com.android.support.test:runner:1.0.
2
'
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.
2
'
}
dev/integration_tests/external_ui/android/build.gradle
View file @
0f557e72
...
...
@@ -5,7 +5,7 @@ buildscript {
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
0.1
'
classpath
'com.android.tools.build:gradle:3.
1.2
'
}
}
...
...
dev/integration_tests/external_ui/android/gradle/wrapper/gradle-wrapper.properties
View file @
0f557e72
...
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
1
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
4
-all.zip
dev/integration_tests/flavors/android/app/build.gradle
View file @
0f557e72
...
...
@@ -58,6 +58,6 @@ flutter {
dependencies
{
testImplementation
'junit:junit:4.12'
androidTestImplementation
'com.android.support.test:runner:1.0.
1
'
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.
1
'
androidTestImplementation
'com.android.support.test:runner:1.0.
2
'
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.
2
'
}
dev/integration_tests/flavors/android/build.gradle
View file @
0f557e72
...
...
@@ -5,7 +5,7 @@ buildscript {
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
0.1
'
classpath
'com.android.tools.build:gradle:3.
1.2
'
}
}
...
...
dev/integration_tests/flavors/android/gradle/wrapper/gradle-wrapper.properties
View file @
0f557e72
...
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
1
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
4
-all.zip
dev/integration_tests/platform_interaction/android/app/build.gradle
View file @
0f557e72
...
...
@@ -52,6 +52,6 @@ flutter {
dependencies
{
testImplementation
'junit:junit:4.12'
androidTestImplementation
'com.android.support.test:runner:1.0.
1
'
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.
1
'
androidTestImplementation
'com.android.support.test:runner:1.0.
2
'
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.
2
'
}
dev/integration_tests/platform_interaction/android/build.gradle
View file @
0f557e72
...
...
@@ -5,7 +5,7 @@ buildscript {
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
0.1
'
classpath
'com.android.tools.build:gradle:3.
1.2
'
}
}
...
...
dev/integration_tests/platform_interaction/android/gradle/wrapper/gradle-wrapper.properties
View file @
0f557e72
...
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
1
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
4
-all.zip
dev/integration_tests/ui/android/app/build.gradle
View file @
0f557e72
...
...
@@ -44,6 +44,6 @@ flutter {
dependencies
{
testImplementation
'junit:junit:4.12'
androidTestImplementation
'com.android.support.test:runner:1.0.
1
'
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.
1
'
androidTestImplementation
'com.android.support.test:runner:1.0.
2
'
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.
2
'
}
dev/integration_tests/ui/android/build.gradle
View file @
0f557e72
...
...
@@ -5,7 +5,7 @@ buildscript {
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
0.1
'
classpath
'com.android.tools.build:gradle:3.
1.2
'
}
}
...
...
dev/integration_tests/ui/android/gradle/wrapper/gradle-wrapper.properties
View file @
0f557e72
...
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
1
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
4
-all.zip
dev/manual_tests/android/app/build.gradle
View file @
0f557e72
...
...
@@ -45,6 +45,6 @@ flutter {
dependencies
{
testImplementation
'junit:junit:4.12'
androidTestImplementation
'com.android.support.test:runner:1.0.
1
'
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.
1
'
androidTestImplementation
'com.android.support.test:runner:1.0.
2
'
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.
2
'
}
dev/manual_tests/android/build.gradle
View file @
0f557e72
...
...
@@ -5,7 +5,7 @@ buildscript {
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
0.1
'
classpath
'com.android.tools.build:gradle:3.
1.2
'
}
}
...
...
dev/manual_tests/android/gradle/wrapper/gradle-wrapper.properties
View file @
0f557e72
...
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
1
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
4
-all.zip
examples/catalog/android/app/build.gradle
View file @
0f557e72
...
...
@@ -45,6 +45,6 @@ flutter {
dependencies
{
testImplementation
'junit:junit:4.12'
androidTestImplementation
'com.android.support.test:runner:1.0.
1
'
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.
1
'
androidTestImplementation
'com.android.support.test:runner:1.0.
2
'
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.
2
'
}
examples/catalog/android/build.gradle
View file @
0f557e72
...
...
@@ -5,7 +5,7 @@ buildscript {
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
0.1
'
classpath
'com.android.tools.build:gradle:3.
1.2
'
}
}
...
...
examples/catalog/android/gradle/wrapper/gradle-wrapper.properties
View file @
0f557e72
...
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
1
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
4
-all.zip
examples/flutter_gallery/android/app/build.gradle
View file @
0f557e72
...
...
@@ -64,6 +64,6 @@ flutter {
dependencies
{
testImplementation
'junit:junit:4.12'
androidTestImplementation
'com.android.support.test:runner:1.0.
1
'
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.
1
'
androidTestImplementation
'com.android.support.test:runner:1.0.
2
'
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.
2
'
}
examples/flutter_gallery/android/build.gradle
View file @
0f557e72
...
...
@@ -5,7 +5,7 @@ buildscript {
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
0.1
'
classpath
'com.android.tools.build:gradle:3.
1.2
'
}
}
...
...
examples/flutter_gallery/android/gradle/wrapper/gradle-wrapper.properties
View file @
0f557e72
...
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
1
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
4
-all.zip
examples/flutter_view/android/app/build.gradle
View file @
0f557e72
...
...
@@ -45,8 +45,8 @@ flutter {
dependencies
{
testImplementation
'junit:junit:4.12'
androidTestImplementation
'com.android.support.test:runner:1.0.
1
'
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.
1
'
androidTestImplementation
'com.android.support.test:runner:1.0.
2
'
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.
2
'
implementation
'com.android.support:appcompat-v7:26.1.0'
implementation
'com.android.support:design:26.1.0'
}
examples/flutter_view/android/build.gradle
View file @
0f557e72
...
...
@@ -5,7 +5,7 @@ buildscript {
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
0.1
'
classpath
'com.android.tools.build:gradle:3.
1.2
'
}
}
...
...
examples/flutter_view/android/gradle/wrapper/gradle-wrapper.properties
View file @
0f557e72
...
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
1
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
4
-all.zip
examples/hello_world/android/app/build.gradle
View file @
0f557e72
...
...
@@ -45,6 +45,6 @@ flutter {
dependencies
{
testImplementation
'junit:junit:4.12'
androidTestImplementation
'com.android.support.test:runner:1.0.
1
'
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.
1
'
androidTestImplementation
'com.android.support.test:runner:1.0.
2
'
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.
2
'
}
examples/hello_world/android/build.gradle
View file @
0f557e72
...
...
@@ -5,7 +5,7 @@ buildscript {
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
0.1
'
classpath
'com.android.tools.build:gradle:3.
1.2
'
}
}
...
...
examples/hello_world/android/gradle/wrapper/gradle-wrapper.properties
View file @
0f557e72
...
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
1
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
4
-all.zip
examples/layers/android/app/build.gradle
View file @
0f557e72
...
...
@@ -45,6 +45,6 @@ flutter {
dependencies
{
testImplementation
'junit:junit:4.12'
androidTestImplementation
'com.android.support.test:runner:1.0.
1
'
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.
1
'
androidTestImplementation
'com.android.support.test:runner:1.0.
2
'
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.
2
'
}
examples/layers/android/build.gradle
View file @
0f557e72
...
...
@@ -5,7 +5,7 @@ buildscript {
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
0.1
'
classpath
'com.android.tools.build:gradle:3.
1.2
'
}
}
...
...
examples/layers/android/gradle/wrapper/gradle-wrapper.properties
View file @
0f557e72
...
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
1
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
4
-all.zip
examples/platform_channel/android/app/build.gradle
View file @
0f557e72
...
...
@@ -45,6 +45,6 @@ flutter {
dependencies
{
testImplementation
'junit:junit:4.12'
androidTestImplementation
'com.android.support.test:runner:1.0.
1
'
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.
1
'
androidTestImplementation
'com.android.support.test:runner:1.0.
2
'
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.
2
'
}
examples/platform_channel/android/build.gradle
View file @
0f557e72
...
...
@@ -5,7 +5,7 @@ buildscript {
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
0.1
'
classpath
'com.android.tools.build:gradle:3.
1.2
'
}
}
...
...
examples/platform_channel/android/gradle/wrapper/gradle-wrapper.properties
View file @
0f557e72
...
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
1
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
4
-all.zip
examples/platform_view/android/app/build.gradle
View file @
0f557e72
...
...
@@ -45,8 +45,8 @@ flutter {
dependencies
{
testImplementation
'junit:junit:4.12'
androidTestImplementation
'com.android.support.test:runner:1.0.
1
'
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.
1
'
androidTestImplementation
'com.android.support.test:runner:1.0.
2
'
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.
2
'
implementation
'com.android.support:appcompat-v7:26.1.0'
implementation
'com.android.support:design:26.1.0'
}
examples/platform_view/android/build.gradle
View file @
0f557e72
...
...
@@ -5,7 +5,7 @@ buildscript {
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
0.1
'
classpath
'com.android.tools.build:gradle:3.
1.2
'
}
}
...
...
examples/platform_view/android/gradle/wrapper/gradle-wrapper.properties
View file @
0f557e72
...
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
1
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
4
-all.zip
examples/stocks/android/app/build.gradle
View file @
0f557e72
...
...
@@ -45,6 +45,6 @@ flutter {
dependencies
{
testImplementation
'junit:junit:4.12'
androidTestImplementation
'com.android.support.test:runner:1.0.
1
'
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.
1
'
androidTestImplementation
'com.android.support.test:runner:1.0.
2
'
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.
2
'
}
examples/stocks/android/build.gradle
View file @
0f557e72
...
...
@@ -5,7 +5,7 @@ buildscript {
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
0.1
'
classpath
'com.android.tools.build:gradle:3.
1.2
'
}
}
...
...
examples/stocks/android/gradle/wrapper/gradle-wrapper.properties
View file @
0f557e72
...
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
1
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
4
-all.zip
packages/flutter_tools/gradle/flutter.gradle
View file @
0f557e72
...
...
@@ -24,7 +24,7 @@ buildscript {
}
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
0.1
'
classpath
'com.android.tools.build:gradle:3.
1.2
'
}
}
...
...
packages/flutter_tools/templates/create/android-java.tmpl/app/build.gradle.tmpl
View file @
0f557e72
...
...
@@ -46,6 +46,6 @@ flutter {
dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.
1
'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.
1
'
androidTestImplementation 'com.android.support.test:runner:1.0.
2
'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.
2
'
}
packages/flutter_tools/templates/create/android-java.tmpl/build.gradle
View file @
0f557e72
...
...
@@ -5,7 +5,7 @@ buildscript {
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
0.1
'
classpath
'com.android.tools.build:gradle:3.
1.2
'
}
}
...
...
packages/flutter_tools/templates/create/android-kotlin.tmpl/app/build.gradle.tmpl
View file @
0f557e72
...
...
@@ -52,6 +52,6 @@ flutter {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.
1
'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.
1
'
androidTestImplementation 'com.android.support.test:runner:1.0.
2
'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.
2
'
}
packages/flutter_tools/templates/create/android-kotlin.tmpl/build.gradle
View file @
0f557e72
buildscript
{
ext
.
kotlin_version
=
'1.
1.51
'
ext
.
kotlin_version
=
'1.
2.30
'
repositories
{
google
()
jcenter
()
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
0.1
'
classpath
'com.android.tools.build:gradle:3.
1.2
'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
...
...
packages/flutter_tools/templates/create/android.tmpl/gradle/wrapper/gradle-wrapper.properties
View file @
0f557e72
...
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
1
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
4
-all.zip
packages/flutter_tools/templates/plugin/android-java.tmpl/build.gradle.tmpl
View file @
0f557e72
...
...
@@ -8,7 +8,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.
0.1
'
classpath 'com.android.tools.build:gradle:3.
1.2
'
}
}
...
...
packages/flutter_tools/templates/plugin/android-kotlin.tmpl/build.gradle.tmpl
View file @
0f557e72
...
...
@@ -2,14 +2,14 @@ group '{{androidIdentifier}}'
version '1.0-SNAPSHOT'
buildscript {
ext.kotlin_version = '1.
1.51
'
ext.kotlin_version = '1.
2.30
'
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.
0.1
'
classpath 'com.android.tools.build:gradle:3.
1.2
'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment