Apply tempalte changes to examples (#10865)

This commit is contained in:
Michael Goderbauer
2017-06-20 15:27:00 -07:00
committed by GitHub
parent f01e9418fc
commit 8b888e6a12
26 changed files with 56 additions and 17 deletions

View File

@@ -40,7 +40,7 @@ flutter {
}
dependencies {
androidTestCompile 'com.android.support:support-annotations:25.0.0'
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'
compile 'com.android.support:appcompat-v7:25.0.0'

View File

@@ -11,6 +11,9 @@ buildscript {
allprojects {
repositories {
jcenter()
maven {
url "https://maven.google.com"
}
}
}