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
59bb2dba
Unverified
Commit
59bb2dba
authored
May 31, 2018
by
Mikkel Nygaard Ravn
Committed by
GitHub
May 31, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Gradle dependencies (#18071)
parent
4f3fadb6
Changes
57
Hide whitespace changes
Inline
Side-by-side
Showing
57 changed files
with
81 additions
and
81 deletions
+81
-81
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
travis_setup.sh
dev/bots/travis_setup.sh
+5
-5
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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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/bots/travis_setup.sh
View file @
59bb2dba
...
...
@@ -34,15 +34,15 @@ if [ -n "$TRAVIS" ]; then
# suppressing output of sdkmanager to keep log under 4MB (travis limit)
echo
y | sdkmanager
"tools"
>
/dev/null
echo
y | sdkmanager
"platform-tools"
>
/dev/null
echo
y | sdkmanager
"build-tools;2
6
.0.3"
>
/dev/null
echo
y | sdkmanager
"platforms;android-2
6
"
>
/dev/null
echo
y | sdkmanager
"build-tools;2
7
.0.3"
>
/dev/null
echo
y | sdkmanager
"platforms;android-2
7
"
>
/dev/null
echo
y | sdkmanager
"extras;android;m2repository"
>
/dev/null
echo
y | sdkmanager
"extras;google;m2repository"
>
/dev/null
echo
y | sdkmanager
"patcher;v4"
>
/dev/null
sdkmanager
--list
wget http://services.gradle.org/distributions/gradle-4.
1
-bin.zip
unzip
-qq
gradle-4.
1
-bin.zip
export
GRADLE_HOME
=
$PWD
/gradle-4.
1
wget http://services.gradle.org/distributions/gradle-4.
4
-bin.zip
unzip
-qq
gradle-4.
4
-bin.zip
export
GRADLE_HOME
=
$PWD
/gradle-4.
4
export
PATH
=
$GRADLE_HOME
/bin:
$PATH
gradle
-v
./bin/flutter doctor
...
...
dev/integration_tests/channels/android/app/build.gradle
View file @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -56,6 +56,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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -62,6 +62,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 @
59bb2dba
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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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 @
59bb2dba
...
...
@@ -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