Skip to content

Commit 1b69858

Browse files
goderbauergspencergoog
authored andcommitted
Apply tempalte changes to examples (flutter#10865)
1 parent 91e3869 commit 1b69858

File tree

26 files changed

+56
-17
lines changed

26 files changed

+56
-17
lines changed

dev/benchmarks/complex_layout/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ flutter {
4848
}
4949

5050
dependencies {
51-
androidTestCompile 'com.android.support:support-annotations:25.0.0'
51+
androidTestCompile 'com.android.support:support-annotations:25.4.0'
5252
androidTestCompile 'com.android.support.test:runner:0.5'
5353
androidTestCompile 'com.android.support.test:rules:0.5'
5454
}

dev/benchmarks/complex_layout/android/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ buildscript {
1111
allprojects {
1212
repositories {
1313
jcenter()
14+
maven {
15+
url "https://maven.google.com"
16+
}
1417
}
1518
}
1619

dev/benchmarks/microbenchmarks/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ flutter {
4040
}
4141

4242
dependencies {
43-
androidTestCompile 'com.android.support:support-annotations:25.0.0'
43+
androidTestCompile 'com.android.support:support-annotations:25.4.0'
4444
androidTestCompile 'com.android.support.test:runner:0.5'
4545
androidTestCompile 'com.android.support.test:rules:0.5'
4646
}

dev/benchmarks/microbenchmarks/android/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ buildscript {
1111
allprojects {
1212
repositories {
1313
jcenter()
14+
maven {
15+
url "https://maven.google.com"
16+
}
1417
}
1518
}
1619

dev/integration_tests/channels/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ flutter {
4848
}
4949

5050
dependencies {
51-
androidTestCompile 'com.android.support:support-annotations:25.0.0'
51+
androidTestCompile 'com.android.support:support-annotations:25.4.0'
5252
androidTestCompile 'com.android.support.test:runner:0.5'
5353
androidTestCompile 'com.android.support.test:rules:0.5'
5454
}

dev/integration_tests/channels/android/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ buildscript {
1111
allprojects {
1212
repositories {
1313
jcenter()
14+
maven {
15+
url "https://maven.google.com"
16+
}
1417
}
1518
}
1619

dev/integration_tests/ui/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ flutter {
4040
}
4141

4242
dependencies {
43-
androidTestCompile 'com.android.support:support-annotations:25.0.0'
43+
androidTestCompile 'com.android.support:support-annotations:25.4.0'
4444
androidTestCompile 'com.android.support.test:runner:0.5'
4545
androidTestCompile 'com.android.support.test:rules:0.5'
4646
}

dev/integration_tests/ui/android/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ buildscript {
1111
allprojects {
1212
repositories {
1313
jcenter()
14+
maven {
15+
url "https://maven.google.com"
16+
}
1417
}
1518
}
1619

dev/manual_tests/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ android {
2424

2525
defaultConfig {
2626
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
27-
27+
2828
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
2929
applicationId "io.flutter.examples.manual_tests"
3030
}
@@ -43,7 +43,7 @@ flutter {
4343
}
4444

4545
dependencies {
46-
androidTestCompile 'com.android.support:support-annotations:25.0.0'
46+
androidTestCompile 'com.android.support:support-annotations:25.4.0'
4747
androidTestCompile 'com.android.support.test:runner:0.5'
4848
androidTestCompile 'com.android.support.test:rules:0.5'
4949
}

dev/manual_tests/android/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ buildscript {
1111
allprojects {
1212
repositories {
1313
jcenter()
14+
maven {
15+
url "https://maven.google.com"
16+
}
1417
}
1518
}
1619

0 commit comments

Comments
 (0)