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
05d6b08f
Unverified
Commit
05d6b08f
authored
Dec 14, 2017
by
Mikkel Nygaard Ravn
Committed by
GitHub
Dec 14, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refresh template instances (#13563)
parent
82e18827
Changes
49
Hide whitespace changes
Inline
Side-by-side
Showing
49 changed files
with
167 additions
and
233 deletions
+167
-233
build.gradle
dev/benchmarks/complex_layout/android/app/build.gradle
+7
-7
build.gradle
dev/benchmarks/complex_layout/android/build.gradle
+3
-7
gradle-wrapper.properties
...x_layout/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
build.gradle
dev/benchmarks/microbenchmarks/android/app/build.gradle
+6
-6
build.gradle
dev/benchmarks/microbenchmarks/android/build.gradle
+3
-7
gradle-wrapper.properties
...nchmarks/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
build.gradle
dev/integration_tests/channels/android/app/build.gradle
+6
-6
build.gradle
dev/integration_tests/channels/android/build.gradle
+3
-7
gradle-wrapper.properties
...channels/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
build.gradle
dev/integration_tests/external_ui/android/app/build.gradle
+6
-6
build.gradle
dev/integration_tests/external_ui/android/build.gradle
+3
-7
gradle-wrapper.properties
...ernal_ui/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
build.gradle
dev/integration_tests/flavors/android/app/build.gradle
+7
-7
build.gradle
dev/integration_tests/flavors/android/build.gradle
+3
-7
gradle-wrapper.properties
.../flavors/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
build.gradle
...ation_tests/platform_interaction/android/app/build.gradle
+6
-6
build.gradle
...tegration_tests/platform_interaction/android/build.gradle
+3
-7
gradle-wrapper.properties
...eraction/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
build.gradle
dev/integration_tests/ui/android/app/build.gradle
+5
-5
build.gradle
dev/integration_tests/ui/android/build.gradle
+3
-7
gradle-wrapper.properties
...tests/ui/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
build.gradle
dev/manual_tests/android/app/build.gradle
+6
-6
build.gradle
dev/manual_tests/android/build.gradle
+3
-7
gradle-wrapper.properties
...al_tests/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
build.gradle
examples/catalog/android/app/build.gradle
+6
-6
build.gradle
examples/catalog/android/build.gradle
+3
-7
gradle-wrapper.properties
.../catalog/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
build.gradle
examples/flutter_gallery/android/app/build.gradle
+7
-9
build.gradle
examples/flutter_gallery/android/build.gradle
+3
-7
gradle-wrapper.properties
..._gallery/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
build.gradle
examples/flutter_view/android/app/build.gradle
+8
-8
build.gradle
examples/flutter_view/android/build.gradle
+3
-7
gradle-wrapper.properties
...ter_view/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
build.gradle
examples/hello_world/android/app/build.gradle
+6
-6
build.gradle
examples/hello_world/android/build.gradle
+3
-7
gradle-wrapper.properties
...lo_world/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
build.gradle
examples/layers/android/app/build.gradle
+6
-6
build.gradle
examples/layers/android/build.gradle
+3
-7
gradle-wrapper.properties
...s/layers/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
build.gradle
examples/platform_channel/android/app/build.gradle
+6
-6
build.gradle
examples/platform_channel/android/build.gradle
+3
-7
gradle-wrapper.properties
..._channel/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
build.gradle
examples/platform_view/android/app/build.gradle
+8
-8
build.gradle
examples/platform_view/android/build.gradle
+3
-7
gradle-wrapper.properties
...orm_view/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
build.gradle
examples/stocks/android/app/build.gradle
+6
-6
build.gradle
examples/stocks/android/build.gradle
+3
-7
gradle-wrapper.properties
...s/stocks/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
flutter.gradle
packages/flutter_tools/gradle/flutter.gradle
+1
-1
No files found.
dev/benchmarks/complex_layout/android/app/build.gradle
View file @
05d6b08f
...
...
@@ -15,8 +15,8 @@ apply plugin: 'com.android.application'
apply
from:
"$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android
{
compileSdkVersion
2
5
buildToolsVersion
'2
5
.0.3'
compileSdkVersion
2
6
buildToolsVersion
'2
6
.0.3'
lintOptions
{
disable
'InvalidPackage'
...
...
@@ -24,7 +24,7 @@ android {
defaultConfig
{
minSdkVersion
16
targetSdkVersion
2
5
targetSdkVersion
2
6
versionCode
1
versionName
"0.0.1"
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
...
...
@@ -40,7 +40,7 @@ android {
aaptOptions
{
// TODO(goderbauer): remove when https://github.com/flutter/flutter/issues/8986 is resolved.
if
(
System
.
getenv
(
"FLUTTER_CI_WIN"
))
{
if
(
System
.
getenv
(
"FLUTTER_CI_WIN"
))
{
println
"AAPT cruncher disabled when running on CI, see https://github.com/flutter/flutter/issues/8986"
cruncherEnabled
false
}
...
...
@@ -52,7 +52,7 @@ flutter {
}
dependencies
{
androidTestCompile
'com.android.support:support-annotations:25.4.0
'
androidTest
Compile
'com.android.support.test:runner:0.5
'
androidTest
Compile
'com.android.support.test:rules:0.5
'
testImplementation
'junit:junit:4.12
'
androidTest
Implementation
'com.android.support.test:runner:1.0.1
'
androidTest
Implementation
'com.android.support.test.espresso:espresso-core:3.0.1
'
}
dev/benchmarks/complex_layout/android/build.gradle
View file @
05d6b08f
buildscript
{
repositories
{
google
()
jcenter
()
maven
{
url
"https://maven.google.com"
}
}
dependencies
{
classpath
'com.android.tools.build:gradle:
2.3.3
'
classpath
'com.android.tools.build:gradle:
3.0.1
'
}
}
allprojects
{
repositories
{
google
()
jcenter
()
maven
{
url
"https://maven.google.com"
}
}
}
...
...
dev/benchmarks/complex_layout/android/gradle/wrapper/gradle-wrapper.properties
View file @
05d6b08f
...
...
@@ -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-
3.3
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
4.1
-all.zip
dev/benchmarks/microbenchmarks/android/app/build.gradle
View file @
05d6b08f
...
...
@@ -15,8 +15,8 @@ apply plugin: 'com.android.application'
apply
from:
"$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android
{
compileSdkVersion
2
5
buildToolsVersion
'2
5
.0.3'
compileSdkVersion
2
6
buildToolsVersion
'2
6
.0.3'
lintOptions
{
disable
'InvalidPackage'
...
...
@@ -24,7 +24,7 @@ android {
defaultConfig
{
minSdkVersion
16
targetSdkVersion
2
5
targetSdkVersion
2
6
versionCode
1
versionName
"0.0.1"
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
...
...
@@ -44,7 +44,7 @@ flutter {
}
dependencies
{
androidTestCompile
'com.android.support:support-annotations:25.4.0
'
androidTest
Compile
'com.android.support.test:runner:0.5
'
androidTest
Compile
'com.android.support.test:rules:0.5
'
testImplementation
'junit:junit:4.12
'
androidTest
Implementation
'com.android.support.test:runner:1.0.1
'
androidTest
Implementation
'com.android.support.test.espresso:espresso-core:3.0.1
'
}
dev/benchmarks/microbenchmarks/android/build.gradle
View file @
05d6b08f
buildscript
{
repositories
{
google
()
jcenter
()
maven
{
url
"https://maven.google.com"
}
}
dependencies
{
classpath
'com.android.tools.build:gradle:
2.3.3
'
classpath
'com.android.tools.build:gradle:
3.0.1
'
}
}
allprojects
{
repositories
{
google
()
jcenter
()
maven
{
url
"https://maven.google.com"
}
}
}
...
...
dev/benchmarks/microbenchmarks/android/gradle/wrapper/gradle-wrapper.properties
View file @
05d6b08f
...
...
@@ -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-
3.3
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
4.1
-all.zip
dev/integration_tests/channels/android/app/build.gradle
View file @
05d6b08f
...
...
@@ -15,8 +15,8 @@ apply plugin: 'com.android.application'
apply
from:
"$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android
{
compileSdkVersion
2
5
buildToolsVersion
'2
5
.0.3'
compileSdkVersion
2
6
buildToolsVersion
'2
6
.0.3'
lintOptions
{
disable
'InvalidPackage'
...
...
@@ -24,7 +24,7 @@ android {
defaultConfig
{
minSdkVersion
16
targetSdkVersion
2
5
targetSdkVersion
2
6
versionCode
1
versionName
"0.0.1"
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
...
...
@@ -52,7 +52,7 @@ flutter {
}
dependencies
{
androidTestCompile
'com.android.support:support-annotations:25.4.0
'
androidTest
Compile
'com.android.support.test:runner:0.5
'
androidTest
Compile
'com.android.support.test:rules:0.5
'
testImplementation
'junit:junit:4.12
'
androidTest
Implementation
'com.android.support.test:runner:1.0.1
'
androidTest
Implementation
'com.android.support.test.espresso:espresso-core:3.0.1
'
}
dev/integration_tests/channels/android/build.gradle
View file @
05d6b08f
buildscript
{
repositories
{
google
()
jcenter
()
maven
{
url
"https://maven.google.com"
}
}
dependencies
{
classpath
'com.android.tools.build:gradle:
2.3.3
'
classpath
'com.android.tools.build:gradle:
3.0.1
'
}
}
allprojects
{
repositories
{
google
()
jcenter
()
maven
{
url
"https://maven.google.com"
}
}
}
...
...
dev/integration_tests/channels/android/gradle/wrapper/gradle-wrapper.properties
View file @
05d6b08f
...
...
@@ -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-
3.3
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
4.1
-all.zip
dev/integration_tests/external_ui/android/app/build.gradle
View file @
05d6b08f
...
...
@@ -15,8 +15,8 @@ apply plugin: 'com.android.application'
apply
from:
"$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android
{
compileSdkVersion
2
5
buildToolsVersion
'2
5
.0.3'
compileSdkVersion
2
6
buildToolsVersion
'2
6
.0.3'
lintOptions
{
disable
'InvalidPackage'
...
...
@@ -25,7 +25,7 @@ android {
defaultConfig
{
applicationId
"io.flutter.externalui"
minSdkVersion
16
targetSdkVersion
2
5
targetSdkVersion
2
6
versionCode
1
versionName
"1.0"
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
...
...
@@ -43,7 +43,7 @@ flutter {
}
dependencies
{
androidTestCompile
'com.android.support:support-annotations:25.4.0
'
androidTest
Compile
'com.android.support.test:runner:0.5
'
androidTest
Compile
'com.android.support.test:rules:0.5
'
testImplementation
'junit:junit:4.12
'
androidTest
Implementation
'com.android.support.test:runner:1.0.1
'
androidTest
Implementation
'com.android.support.test.espresso:espresso-core:3.0.1
'
}
dev/integration_tests/external_ui/android/build.gradle
View file @
05d6b08f
buildscript
{
repositories
{
google
()
jcenter
()
maven
{
url
"https://maven.google.com"
}
}
dependencies
{
classpath
'com.android.tools.build:gradle:
2.3.3
'
classpath
'com.android.tools.build:gradle:
3.0.1
'
}
}
allprojects
{
repositories
{
google
()
jcenter
()
maven
{
url
"https://maven.google.com"
}
}
}
...
...
dev/integration_tests/external_ui/android/gradle/wrapper/gradle-wrapper.properties
View file @
05d6b08f
...
...
@@ -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-
3.3
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
4.1
-all.zip
dev/integration_tests/flavors/android/app/build.gradle
View file @
05d6b08f
...
...
@@ -15,8 +15,8 @@ apply plugin: 'com.android.application'
apply
from:
"$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android
{
compileSdkVersion
2
5
buildToolsVersion
'2
5
.0.3'
compileSdkVersion
2
6
buildToolsVersion
'2
6
.0.3'
lintOptions
{
disable
'InvalidPackage'
...
...
@@ -25,7 +25,7 @@ android {
defaultConfig
{
applicationId
"com.yourcompany.flavors"
minSdkVersion
16
targetSdkVersion
2
5
targetSdkVersion
2
6
versionCode
1
versionName
"1.0"
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
...
...
@@ -36,7 +36,7 @@ android {
signingConfig
signingConfigs
.
debug
}
}
aaptOptions
{
// TODO(goderbauer): remove when https://github.com/flutter/flutter/issues/8986 is resolved.
if
(
System
.
getenv
(
"FLUTTER_CI_WIN"
))
{
...
...
@@ -56,7 +56,7 @@ flutter {
}
dependencies
{
androidTestCompile
'com.android.support:support-annotations:25.4.0
'
androidTest
Compile
'com.android.support.test:runner:0.5
'
androidTest
Compile
'com.android.support.test:rules:0.5
'
testImplementation
'junit:junit:4.12
'
androidTest
Implementation
'com.android.support.test:runner:1.0.1
'
androidTest
Implementation
'com.android.support.test.espresso:espresso-core:3.0.1
'
}
dev/integration_tests/flavors/android/build.gradle
View file @
05d6b08f
buildscript
{
repositories
{
google
()
jcenter
()
maven
{
url
"https://maven.google.com"
}
}
dependencies
{
classpath
'com.android.tools.build:gradle:
2.3.3
'
classpath
'com.android.tools.build:gradle:
3.0.1
'
}
}
allprojects
{
repositories
{
google
()
jcenter
()
maven
{
url
"https://maven.google.com"
}
}
}
...
...
dev/integration_tests/flavors/android/gradle/wrapper/gradle-wrapper.properties
View file @
05d6b08f
...
...
@@ -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-
3.3
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
4.1
-all.zip
dev/integration_tests/platform_interaction/android/app/build.gradle
View file @
05d6b08f
...
...
@@ -15,8 +15,8 @@ apply plugin: 'com.android.application'
apply
from:
"$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android
{
compileSdkVersion
2
5
buildToolsVersion
'2
5
.0.3'
compileSdkVersion
2
6
buildToolsVersion
'2
6
.0.3'
lintOptions
{
disable
'InvalidPackage'
...
...
@@ -24,7 +24,7 @@ android {
defaultConfig
{
minSdkVersion
16
targetSdkVersion
2
5
targetSdkVersion
2
6
versionCode
1
versionName
"0.0.1"
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
...
...
@@ -52,7 +52,7 @@ flutter {
}
dependencies
{
androidTestCompile
'com.android.support:support-annotations:25.4.0
'
androidTest
Compile
'com.android.support.test:runner:0.5
'
androidTest
Compile
'com.android.support.test:rules:0.5
'
testImplementation
'junit:junit:4.12
'
androidTest
Implementation
'com.android.support.test:runner:1.0.1
'
androidTest
Implementation
'com.android.support.test.espresso:espresso-core:3.0.1
'
}
dev/integration_tests/platform_interaction/android/build.gradle
View file @
05d6b08f
buildscript
{
repositories
{
google
()
jcenter
()
maven
{
url
"https://maven.google.com"
}
}
dependencies
{
classpath
'com.android.tools.build:gradle:
2.3.3
'
classpath
'com.android.tools.build:gradle:
3.0.1
'
}
}
allprojects
{
repositories
{
google
()
jcenter
()
maven
{
url
"https://maven.google.com"
}
}
}
...
...
dev/integration_tests/platform_interaction/android/gradle/wrapper/gradle-wrapper.properties
View file @
05d6b08f
...
...
@@ -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-
3.3
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
4.1
-all.zip
dev/integration_tests/ui/android/app/build.gradle
View file @
05d6b08f
...
...
@@ -15,7 +15,7 @@ apply plugin: 'com.android.application'
apply
from:
"$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android
{
compileSdkVersion
2
5
compileSdkVersion
2
6
buildToolsVersion
'25.0.2'
lintOptions
{
...
...
@@ -24,7 +24,7 @@ android {
defaultConfig
{
minSdkVersion
16
targetSdkVersion
2
5
targetSdkVersion
2
6
versionCode
1
versionName
"1.0"
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
...
...
@@ -44,7 +44,7 @@ flutter {
}
dependencies
{
androidTestCompile
'com.android.support:support-annotations:25.4.0
'
androidTest
Compile
'com.android.support.test:runner:0.5
'
androidTest
Compile
'com.android.support.test:rules:0.5
'
testImplementation
'junit:junit:4.12
'
androidTest
Implementation
'com.android.support.test:runner:1.0.1
'
androidTest
Implementation
'com.android.support.test.espresso:espresso-core:3.0.1
'
}
dev/integration_tests/ui/android/build.gradle
View file @
05d6b08f
buildscript
{
repositories
{
google
()
jcenter
()
maven
{
url
"https://maven.google.com"
}
}
dependencies
{
classpath
'com.android.tools.build:gradle:
2.3.3
'
classpath
'com.android.tools.build:gradle:
3.0.1
'
}
}
allprojects
{
repositories
{
google
()
jcenter
()
maven
{
url
"https://maven.google.com"
}
}
}
...
...
dev/integration_tests/ui/android/gradle/wrapper/gradle-wrapper.properties
View file @
05d6b08f
...
...
@@ -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-
3.3
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
4.1
-all.zip
dev/manual_tests/android/app/build.gradle
View file @
05d6b08f
...
...
@@ -15,8 +15,8 @@ apply plugin: 'com.android.application'
apply
from:
"$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android
{
compileSdkVersion
2
5
buildToolsVersion
'2
5
.0.3'
compileSdkVersion
2
6
buildToolsVersion
'2
6
.0.3'
lintOptions
{
disable
'InvalidPackage'
...
...
@@ -26,7 +26,7 @@ android {
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
applicationId
"io.flutter.examples.manual_tests"
minSdkVersion
16
targetSdkVersion
2
5
targetSdkVersion
2
6
versionCode
1
versionName
"1.0"
}
...
...
@@ -45,7 +45,7 @@ flutter {
}
dependencies
{
androidTestCompile
'com.android.support:support-annotations:25.4.0
'
androidTest
Compile
'com.android.support.test:runner:0.5
'
androidTest
Compile
'com.android.support.test:rules:0.5
'
testImplementation
'junit:junit:4.12
'
androidTest
Implementation
'com.android.support.test:runner:1.0.1
'
androidTest
Implementation
'com.android.support.test.espresso:espresso-core:3.0.1
'
}
dev/manual_tests/android/build.gradle
View file @
05d6b08f
buildscript
{
repositories
{
google
()
jcenter
()
maven
{
url
"https://maven.google.com"
}
}
dependencies
{
classpath
'com.android.tools.build:gradle:
2.3.3
'
classpath
'com.android.tools.build:gradle:
3.0.1
'
}
}
allprojects
{
repositories
{
google
()
jcenter
()
maven
{
url
"https://maven.google.com"
}
}
}
...
...
dev/manual_tests/android/gradle/wrapper/gradle-wrapper.properties
View file @
05d6b08f
...
...
@@ -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-
3.3
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
4.1
-all.zip
examples/catalog/android/app/build.gradle
View file @
05d6b08f
...
...
@@ -15,8 +15,8 @@ apply plugin: 'com.android.application'
apply
from:
"$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android
{
compileSdkVersion
2
5
buildToolsVersion
'2
5
.0.3'
compileSdkVersion
2
6
buildToolsVersion
'2
6
.0.3'
lintOptions
{
disable
'InvalidPackage'
...
...
@@ -25,7 +25,7 @@ android {
defaultConfig
{
applicationId
"io.flutter.examples.catalog"
minSdkVersion
16
targetSdkVersion
2
5
targetSdkVersion
2
6
versionCode
1
versionName
"1.0"
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
...
...
@@ -45,7 +45,7 @@ flutter {
}
dependencies
{
androidTestCompile
'com.android.support:support-annotations:25.4.0
'
androidTest
Compile
'com.android.support.test:runner:0.5
'
androidTest
Compile
'com.android.support.test:rules:0.5
'
testImplementation
'junit:junit:4.12
'
androidTest
Implementation
'com.android.support.test:runner:1.0.1
'
androidTest
Implementation
'com.android.support.test.espresso:espresso-core:3.0.1
'
}
examples/catalog/android/build.gradle
View file @
05d6b08f
buildscript
{
repositories
{
google
()
jcenter
()
maven
{
url
"https://maven.google.com"
}
}
dependencies
{
classpath
'com.android.tools.build:gradle:
2.3.3
'
classpath
'com.android.tools.build:gradle:
3.0.1
'
}
}
allprojects
{
repositories
{
google
()
jcenter
()
maven
{
url
"https://maven.google.com"
}
}
}
...
...
examples/catalog/android/gradle/wrapper/gradle-wrapper.properties
View file @
05d6b08f
...
...
@@ -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-
3.3
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
4.1
-all.zip
examples/flutter_gallery/android/app/build.gradle
View file @
05d6b08f
...
...
@@ -15,8 +15,8 @@ apply plugin: 'com.android.application'
apply
from:
"$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android
{
compileSdkVersion
2
5
buildToolsVersion
'2
5
.0.3'
compileSdkVersion
2
6
buildToolsVersion
'2
6
.0.3'
lintOptions
{
disable
'InvalidPackage'
...
...
@@ -25,7 +25,7 @@ android {
defaultConfig
{
applicationId
"io.flutter.examples.gallery"
minSdkVersion
16
targetSdkVersion
2
5
targetSdkVersion
2
6
versionCode
1
versionName
"0.0.1"
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
...
...
@@ -41,7 +41,7 @@ android {
aaptOptions
{
// TODO(goderbauer): remove when https://github.com/flutter/flutter/issues/8986 is resolved.
if
(
System
.
getenv
(
"FLUTTER_CI_WIN"
))
{
if
(
System
.
getenv
(
"FLUTTER_CI_WIN"
))
{
println
"AAPT cruncher disabled when running on Win CI."
cruncherEnabled
false
}
...
...
@@ -53,9 +53,7 @@ flutter {
}
dependencies
{
androidTestCompile
'com.android.support:support-annotations:25.4.0'
androidTestCompile
'com.android.support.test:runner:0.5'
androidTestCompile
'com.android.support.test:rules:0.5'
androidTestCompile
'org.hamcrest:hamcrest-library:1.3'
androidTestCompile
'com.android.support.test.espresso:espresso-core:2.2.2'
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'
}
examples/flutter_gallery/android/build.gradle
View file @
05d6b08f
buildscript
{
repositories
{
google
()
jcenter
()
maven
{
url
"https://maven.google.com"
}
}
dependencies
{
classpath
'com.android.tools.build:gradle:
2.3.3
'
classpath
'com.android.tools.build:gradle:
3.0.1
'
}
}
allprojects
{
repositories
{
google
()
jcenter
()
maven
{
url
"https://maven.google.com"
}
}
}
...
...
examples/flutter_gallery/android/gradle/wrapper/gradle-wrapper.properties
View file @
05d6b08f
...
...
@@ -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-
3.3
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
4.1
-all.zip
examples/flutter_view/android/app/build.gradle
View file @
05d6b08f
...
...
@@ -15,8 +15,8 @@ apply plugin: 'com.android.application'
apply
from:
"$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android
{
compileSdkVersion
2
5
buildToolsVersion
'2
5
.0.3'
compileSdkVersion
2
6
buildToolsVersion
'2
6
.0.3'
lintOptions
{
disable
'InvalidPackage'
...
...
@@ -25,7 +25,7 @@ android {
defaultConfig
{
applicationId
"io.flutter.examples.flutter_view"
minSdkVersion
16
targetSdkVersion
2
5
targetSdkVersion
2
6
versionCode
1
versionName
"0.0.1"
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
...
...
@@ -45,9 +45,9 @@ flutter {
}
dependencies
{
androidTestCompile
'com.android.support:support-annotations:25.4.0
'
androidTest
Compile
'com.android.support.test:runner:0.5
'
androidTest
Compile
'com.android.support.test:rules:0.5
'
compile
'com.android.support:appcompat-v7:25.0
.0'
compile
'com.android.support:design:25.0
.0'
testImplementation
'junit:junit:4.12
'
androidTest
Implementation
'com.android.support.test:runner:1.0.1
'
androidTest
Implementation
'com.android.support.test.espresso:espresso-core:3.0.1
'
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 @
05d6b08f
buildscript
{
repositories
{
google
()
jcenter
()
maven
{
url
"https://maven.google.com"
}
}
dependencies
{
classpath
'com.android.tools.build:gradle:
2.3.3
'
classpath
'com.android.tools.build:gradle:
3.0.1
'
}
}
allprojects
{
repositories
{
google
()
jcenter
()
maven
{
url
"https://maven.google.com"
}
}
}
...
...
examples/flutter_view/android/gradle/wrapper/gradle-wrapper.properties
View file @
05d6b08f
...
...
@@ -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-
3.3
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
4.1
-all.zip
examples/hello_world/android/app/build.gradle
View file @
05d6b08f
...
...
@@ -15,8 +15,8 @@ apply plugin: 'com.android.application'
apply
from:
"$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android
{
compileSdkVersion
2
5
buildToolsVersion
'2
5
.0.3'
compileSdkVersion
2
6
buildToolsVersion
'2
6
.0.3'
lintOptions
{
disable
'InvalidPackage'
...
...
@@ -25,7 +25,7 @@ android {
defaultConfig
{
applicationId
"io.flutter.examples.hello_world"
minSdkVersion
16
targetSdkVersion
2
5
targetSdkVersion
2
6
versionCode
1
versionName
"0.0.1"
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
...
...
@@ -45,7 +45,7 @@ flutter {
}
dependencies
{
androidTestCompile
'com.android.support:support-annotations:25.4.0
'
androidTest
Compile
'com.android.support.test:runner:0.5
'
androidTest
Compile
'com.android.support.test:rules:0.5
'
testImplementation
'junit:junit:4.12
'
androidTest
Implementation
'com.android.support.test:runner:1.0.1
'
androidTest
Implementation
'com.android.support.test.espresso:espresso-core:3.0.1
'
}
examples/hello_world/android/build.gradle
View file @
05d6b08f
buildscript
{
repositories
{
google
()
jcenter
()
maven
{
url
"https://maven.google.com"
}
}
dependencies
{
classpath
'com.android.tools.build:gradle:
2.3.3
'
classpath
'com.android.tools.build:gradle:
3.0.1
'
}
}
allprojects
{
repositories
{
google
()
jcenter
()
maven
{
url
"https://maven.google.com"
}
}
}
...
...
examples/hello_world/android/gradle/wrapper/gradle-wrapper.properties
View file @
05d6b08f
...
...
@@ -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-
3.3
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
4.1
-all.zip
examples/layers/android/app/build.gradle
View file @
05d6b08f
...
...
@@ -15,8 +15,8 @@ apply plugin: 'com.android.application'
apply
from:
"$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android
{
compileSdkVersion
2
5
buildToolsVersion
'2
5
.0.3'
compileSdkVersion
2
6
buildToolsVersion
'2
6
.0.3'
lintOptions
{
disable
'InvalidPackage'
...
...
@@ -25,7 +25,7 @@ android {
defaultConfig
{
applicationId
"io.flutter.examples.layers"
minSdkVersion
16
targetSdkVersion
2
5
targetSdkVersion
2
6
versionCode
1
versionName
"0.0.1"
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
...
...
@@ -45,7 +45,7 @@ flutter {
}
dependencies
{
androidTestCompile
'com.android.support:support-annotations:25.4.0
'
androidTest
Compile
'com.android.support.test:runner:0.5
'
androidTest
Compile
'com.android.support.test:rules:0.5
'
testImplementation
'junit:junit:4.12
'
androidTest
Implementation
'com.android.support.test:runner:1.0.1
'
androidTest
Implementation
'com.android.support.test.espresso:espresso-core:3.0.1
'
}
examples/layers/android/build.gradle
View file @
05d6b08f
buildscript
{
repositories
{
google
()
jcenter
()
maven
{
url
"https://maven.google.com"
}
}
dependencies
{
classpath
'com.android.tools.build:gradle:
2.3.3
'
classpath
'com.android.tools.build:gradle:
3.0.1
'
}
}
allprojects
{
repositories
{
google
()
jcenter
()
maven
{
url
"https://maven.google.com"
}
}
}
...
...
examples/layers/android/gradle/wrapper/gradle-wrapper.properties
View file @
05d6b08f
...
...
@@ -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-
3.3
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
4.1
-all.zip
examples/platform_channel/android/app/build.gradle
View file @
05d6b08f
...
...
@@ -15,8 +15,8 @@ apply plugin: 'com.android.application'
apply
from:
"$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android
{
compileSdkVersion
2
5
buildToolsVersion
'2
5
.0.3'
compileSdkVersion
2
6
buildToolsVersion
'2
6
.0.3'
lintOptions
{
disable
'InvalidPackage'
...
...
@@ -25,7 +25,7 @@ android {
defaultConfig
{
applicationId
"io.flutter.examples.platform_channel"
minSdkVersion
16
targetSdkVersion
2
5
targetSdkVersion
2
6
versionCode
1
versionName
"0.0.1"
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
...
...
@@ -45,7 +45,7 @@ flutter {
}
dependencies
{
androidTestCompile
'com.android.support:support-annotations:25.4.0
'
androidTest
Compile
'com.android.support.test:runner:0.5
'
androidTest
Compile
'com.android.support.test:rules:0.5
'
testImplementation
'junit:junit:4.12
'
androidTest
Implementation
'com.android.support.test:runner:1.0.1
'
androidTest
Implementation
'com.android.support.test.espresso:espresso-core:3.0.1
'
}
examples/platform_channel/android/build.gradle
View file @
05d6b08f
buildscript
{
repositories
{
google
()
jcenter
()
maven
{
url
"https://maven.google.com"
}
}
dependencies
{
classpath
'com.android.tools.build:gradle:
2.3.3
'
classpath
'com.android.tools.build:gradle:
3.0.1
'
}
}
allprojects
{
repositories
{
google
()
jcenter
()
maven
{
url
"https://maven.google.com"
}
}
}
...
...
examples/platform_channel/android/gradle/wrapper/gradle-wrapper.properties
View file @
05d6b08f
...
...
@@ -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-
3.3
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
4.1
-all.zip
examples/platform_view/android/app/build.gradle
View file @
05d6b08f
...
...
@@ -15,8 +15,8 @@ apply plugin: 'com.android.application'
apply
from:
"$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android
{
compileSdkVersion
2
5
buildToolsVersion
'2
5
.0.3'
compileSdkVersion
2
6
buildToolsVersion
'2
6
.0.3'
lintOptions
{
disable
'InvalidPackage'
...
...
@@ -25,7 +25,7 @@ android {
defaultConfig
{
applicationId
"io.flutter.examples.platform_view"
minSdkVersion
16
targetSdkVersion
2
5
targetSdkVersion
2
6
versionCode
1
versionName
"0.0.1"
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
...
...
@@ -45,9 +45,9 @@ flutter {
}
dependencies
{
androidTestCompile
'com.android.support:support-annotations:25.4.0
'
androidTest
Compile
'com.android.support.test:runner:0.5
'
androidTest
Compile
'com.android.support.test:rules:0.5
'
compile
'com.android.support:appcompat-v7:25.0
.0'
compile
'com.android.support:design:25.0
.0'
testImplementation
'junit:junit:4.12
'
androidTest
Implementation
'com.android.support.test:runner:1.0.1
'
androidTest
Implementation
'com.android.support.test.espresso:espresso-core:3.0.1
'
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 @
05d6b08f
buildscript
{
repositories
{
google
()
jcenter
()
maven
{
url
"https://maven.google.com"
}
}
dependencies
{
classpath
'com.android.tools.build:gradle:
2.3.3
'
classpath
'com.android.tools.build:gradle:
3.0.1
'
}
}
allprojects
{
repositories
{
google
()
jcenter
()
maven
{
url
"https://maven.google.com"
}
}
}
...
...
examples/platform_view/android/gradle/wrapper/gradle-wrapper.properties
View file @
05d6b08f
...
...
@@ -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-
3.3
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
4.1
-all.zip
examples/stocks/android/app/build.gradle
View file @
05d6b08f
...
...
@@ -15,8 +15,8 @@ apply plugin: 'com.android.application'
apply
from:
"$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android
{
compileSdkVersion
2
5
buildToolsVersion
'2
5
.0.3'
compileSdkVersion
2
6
buildToolsVersion
'2
6
.0.3'
lintOptions
{
disable
'InvalidPackage'
...
...
@@ -25,7 +25,7 @@ android {
defaultConfig
{
applicationId
"io.flutter.examples.stocks"
minSdkVersion
16
targetSdkVersion
2
5
targetSdkVersion
2
6
versionCode
1
versionName
"0.0.1"
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
...
...
@@ -45,7 +45,7 @@ flutter {
}
dependencies
{
androidTestCompile
'com.android.support:support-annotations:25.4.0
'
androidTest
Compile
'com.android.support.test:runner:0.5
'
androidTest
Compile
'com.android.support.test:rules:0.5
'
testImplementation
'junit:junit:4.12
'
androidTest
Implementation
'com.android.support.test:runner:1.0.1
'
androidTest
Implementation
'com.android.support.test.espresso:espresso-core:3.0.1
'
}
examples/stocks/android/build.gradle
View file @
05d6b08f
buildscript
{
repositories
{
google
()
jcenter
()
maven
{
url
"https://maven.google.com"
}
}
dependencies
{
classpath
'com.android.tools.build:gradle:
2.3.3
'
classpath
'com.android.tools.build:gradle:
3.0.1
'
}
}
allprojects
{
repositories
{
google
()
jcenter
()
maven
{
url
"https://maven.google.com"
}
}
}
...
...
examples/stocks/android/gradle/wrapper/gradle-wrapper.properties
View file @
05d6b08f
...
...
@@ -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-
3.3
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
4.1
-all.zip
packages/flutter_tools/gradle/flutter.gradle
View file @
05d6b08f
...
...
@@ -18,10 +18,10 @@ import org.gradle.api.tasks.bundling.Jar
buildscript
{
repositories
{
jcenter
()
maven
{
url
'https://maven.google.com'
}
jcenter
()
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.0.1'
...
...
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