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
3d812c1b
Unverified
Commit
3d812c1b
authored
Feb 13, 2020
by
Dan Field
Committed by
GitHub
Feb 13, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reduce gradle deps (#50691)
* drop unnecessary test deps * bump to junit 4.13
parent
8abf54f5
Changes
42
Hide whitespace changes
Inline
Side-by-side
Showing
42 changed files
with
3 additions
and
246 deletions
+3
-246
build.gradle
dev/benchmarks/complex_layout/android/app/build.gradle
+0
-7
build.gradle
dev/benchmarks/macrobenchmarks/android/app/build.gradle
+0
-7
build.gradle
dev/benchmarks/microbenchmarks/android/app/build.gradle
+0
-7
build.gradle
dev/benchmarks/test_apps/stocks/android/app/build.gradle
+0
-7
build.gradle
...tests/abstract_method_smoke_test/android/app/build.gradle
+0
-1
build.gradle
.../android_embedding_v2_smoke_test/android/app/build.gradle
+0
-4
build.gradle
dev/integration_tests/android_host_app/app/build.gradle
+0
-1
build.gradle
...tion_tests/android_host_app_v2_embedding/app/build.gradle
+0
-1
build.gradle
..._tests/android_semantics_testing/android/app/build.gradle
+0
-7
build.gradle
...reens/splash_screen_kitchen_sink/android/app/build.gradle
+0
-5
build.gradle
...creens/splash_screen_load_rotate/android/app/build.gradle
+0
-5
build.gradle
...reens/splash_screen_trans_rotate/android/app/build.gradle
+0
-5
build.gradle
dev/integration_tests/android_views/android/app/build.gradle
+0
-7
build.gradle
dev/integration_tests/channels/android/app/build.gradle
+0
-7
build.gradle
dev/integration_tests/codegen/android/app/build.gradle
+0
-7
build.gradle
dev/integration_tests/external_ui/android/app/build.gradle
+0
-7
build.gradle
dev/integration_tests/flavors/android/app/build.gradle
+0
-7
build.gradle
...s/flutter_driver_screenshot_test/android/app/build.gradle
+0
-4
build.gradle
...egration_tests/image_loading/android/app/bin/build.gradle
+0
-7
build.gradle
dev/integration_tests/image_loading/android/app/build.gradle
+0
-7
build.gradle
...tion_tests/module_host_with_custom_build/app/build.gradle
+0
-1
build.gradle
...dule_host_with_custom_build_v2_embedding/app/build.gradle
+0
-1
build.gradle
...integration_tests/named_isolates/android/app/build.gradle
+0
-4
build.gradle
...ation_tests/platform_interaction/android/app/build.gradle
+0
-7
build.gradle
...gration_tests/release_smoke_test/android/app/build.gradle
+1
-1
build.gradle
dev/integration_tests/ui/android/app/build.gradle
+0
-7
build.gradle
dev/manual_tests/android/app/build.gradle
+0
-4
build.gradle
examples/catalog/android/app/build.gradle
+0
-7
build.gradle
examples/flutter_gallery/android/app/build.gradle
+1
-1
build.gradle
examples/flutter_view/android/app/build.gradle
+0
-4
build.gradle
examples/hello_world/android/app/build.gradle
+0
-7
build.gradle
examples/image_list/android/app/build.gradle
+0
-7
build.gradle
examples/layers/android/app/build.gradle
+0
-7
build.gradle
examples/platform_channel/android/app/build.gradle
+1
-1
build.gradle
examples/platform_view/android/app/build.gradle
+0
-4
build.gradle.tmpl
...ols/templates/app/android-java.tmpl/app/build.gradle.tmpl
+0
-18
build.gradle.tmpl
...s/templates/app/android-kotlin.tmpl/app/build.gradle.tmpl
+0
-15
build.gradle.tmpl
...module/android/host_app_common/app.tmpl/build.gradle.tmpl
+0
-11
build.gradle.tmpl
...tes/module/android/library/Flutter.tmpl/build.gradle.tmpl
+0
-7
build.gradle.tmpl
...roid/library_new_embedding/Flutter.tmpl/build.gradle.tmpl
+0
-10
build.gradle.tmpl
...ools/templates/plugin/android-java.tmpl/build.gradle.tmpl
+0
-6
build.gradle.tmpl
...ls/templates/plugin/android-kotlin.tmpl/build.gradle.tmpl
+0
-6
No files found.
dev/benchmarks/complex_layout/android/app/build.gradle
View file @
3d812c1b
...
@@ -30,7 +30,6 @@ android {
...
@@ -30,7 +30,6 @@ android {
targetSdkVersion
28
targetSdkVersion
28
versionCode
1
versionCode
1
versionName
"0.0.1"
versionName
"0.0.1"
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}
}
buildTypes
{
buildTypes
{
...
@@ -53,9 +52,3 @@ android {
...
@@ -53,9 +52,3 @@ android {
flutter
{
flutter
{
source
'../..'
source
'../..'
}
}
dependencies
{
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test:runner:1.1.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.1.1'
}
dev/benchmarks/macrobenchmarks/android/app/build.gradle
View file @
3d812c1b
...
@@ -41,7 +41,6 @@ android {
...
@@ -41,7 +41,6 @@ android {
targetSdkVersion
28
targetSdkVersion
28
versionCode
flutterVersionCode
.
toInteger
()
versionCode
flutterVersionCode
.
toInteger
()
versionName
flutterVersionName
versionName
flutterVersionName
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}
}
buildTypes
{
buildTypes
{
...
@@ -55,9 +54,3 @@ android {
...
@@ -55,9 +54,3 @@ android {
flutter
{
flutter
{
source
'../..'
source
'../..'
}
}
dependencies
{
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test:runner:1.1.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.1.1'
}
dev/benchmarks/microbenchmarks/android/app/build.gradle
View file @
3d812c1b
...
@@ -30,7 +30,6 @@ android {
...
@@ -30,7 +30,6 @@ android {
targetSdkVersion
28
targetSdkVersion
28
versionCode
1
versionCode
1
versionName
"0.0.1"
versionName
"0.0.1"
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}
}
buildTypes
{
buildTypes
{
...
@@ -45,9 +44,3 @@ android {
...
@@ -45,9 +44,3 @@ android {
flutter
{
flutter
{
source
'../..'
source
'../..'
}
}
dependencies
{
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test:runner:1.1.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.1.1'
}
dev/benchmarks/test_apps/stocks/android/app/build.gradle
View file @
3d812c1b
...
@@ -41,7 +41,6 @@ android {
...
@@ -41,7 +41,6 @@ android {
targetSdkVersion
28
targetSdkVersion
28
versionCode
flutterVersionCode
.
toInteger
()
versionCode
flutterVersionCode
.
toInteger
()
versionName
flutterVersionName
versionName
flutterVersionName
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}
}
buildTypes
{
buildTypes
{
...
@@ -56,9 +55,3 @@ android {
...
@@ -56,9 +55,3 @@ android {
flutter
{
flutter
{
source
'../..'
source
'../..'
}
}
dependencies
{
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test:runner:1.1.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.1.1'
}
dev/integration_tests/abstract_method_smoke_test/android/app/build.gradle
View file @
3d812c1b
...
@@ -52,7 +52,6 @@ android {
...
@@ -52,7 +52,6 @@ android {
targetSdkVersion
29
targetSdkVersion
29
versionCode
flutterVersionCode
.
toInteger
()
versionCode
flutterVersionCode
.
toInteger
()
versionName
flutterVersionName
versionName
flutterVersionName
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
}
}
buildTypes
{
buildTypes
{
...
...
dev/integration_tests/android_embedding_v2_smoke_test/android/app/build.gradle
View file @
3d812c1b
...
@@ -47,7 +47,6 @@ android {
...
@@ -47,7 +47,6 @@ android {
targetSdkVersion
28
targetSdkVersion
28
versionCode
flutterVersionCode
.
toInteger
()
versionCode
flutterVersionCode
.
toInteger
()
versionName
flutterVersionName
versionName
flutterVersionName
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}
}
buildTypes
{
buildTypes
{
...
@@ -65,7 +64,4 @@ flutter {
...
@@ -65,7 +64,4 @@ flutter {
dependencies
{
dependencies
{
implementation
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test:runner:1.1.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.1.1'
}
}
dev/integration_tests/android_host_app/app/build.gradle
View file @
3d812c1b
...
@@ -18,7 +18,6 @@ android {
...
@@ -18,7 +18,6 @@ android {
targetSdkVersion
28
targetSdkVersion
28
versionCode
1
versionCode
1
versionName
"1.0"
versionName
"1.0"
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}
}
}
}
...
...
dev/integration_tests/android_host_app_v2_embedding/app/build.gradle
View file @
3d812c1b
...
@@ -18,7 +18,6 @@ android {
...
@@ -18,7 +18,6 @@ android {
targetSdkVersion
28
targetSdkVersion
28
versionCode
1
versionCode
1
versionName
"1.0"
versionName
"1.0"
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}
}
}
}
...
...
dev/integration_tests/android_semantics_testing/android/app/build.gradle
View file @
3d812c1b
...
@@ -30,7 +30,6 @@ android {
...
@@ -30,7 +30,6 @@ android {
targetSdkVersion
28
targetSdkVersion
28
versionCode
1
versionCode
1
versionName
"0.0.1"
versionName
"0.0.1"
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}
}
buildTypes
{
buildTypes
{
...
@@ -53,9 +52,3 @@ android {
...
@@ -53,9 +52,3 @@ android {
flutter
{
flutter
{
source
'../..'
source
'../..'
}
}
dependencies
{
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test:runner:1.1.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.1.1'
}
dev/integration_tests/android_splash_screens/splash_screen_kitchen_sink/android/app/build.gradle
View file @
3d812c1b
...
@@ -42,7 +42,6 @@ android {
...
@@ -42,7 +42,6 @@ android {
targetSdkVersion
28
targetSdkVersion
28
versionCode
flutterVersionCode
.
toInteger
()
versionCode
flutterVersionCode
.
toInteger
()
versionName
flutterVersionName
versionName
flutterVersionName
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}
}
buildTypes
{
buildTypes
{
...
@@ -62,8 +61,4 @@ dependencies {
...
@@ -62,8 +61,4 @@ dependencies {
implementation
'androidx.fragment:fragment:1.1.0-beta01'
implementation
'androidx.fragment:fragment:1.1.0-beta01'
implementation
'androidx.lifecycle:lifecycle-runtime:2.2.0-alpha01'
implementation
'androidx.lifecycle:lifecycle-runtime:2.2.0-alpha01'
implementation
'androidx.lifecycle:lifecycle-common-java8:2.2.0-alpha01'
implementation
'androidx.lifecycle:lifecycle-common-java8:2.2.0-alpha01'
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test:runner:1.1.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.1.1'
}
}
dev/integration_tests/android_splash_screens/splash_screen_load_rotate/android/app/build.gradle
View file @
3d812c1b
...
@@ -42,7 +42,6 @@ android {
...
@@ -42,7 +42,6 @@ android {
targetSdkVersion
28
targetSdkVersion
28
versionCode
flutterVersionCode
.
toInteger
()
versionCode
flutterVersionCode
.
toInteger
()
versionName
flutterVersionName
versionName
flutterVersionName
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}
}
buildTypes
{
buildTypes
{
...
@@ -62,8 +61,4 @@ dependencies {
...
@@ -62,8 +61,4 @@ dependencies {
implementation
'androidx.fragment:fragment:1.1.0-beta01'
implementation
'androidx.fragment:fragment:1.1.0-beta01'
implementation
'androidx.lifecycle:lifecycle-runtime:2.2.0-alpha01'
implementation
'androidx.lifecycle:lifecycle-runtime:2.2.0-alpha01'
implementation
'androidx.lifecycle:lifecycle-common-java8:2.2.0-alpha01'
implementation
'androidx.lifecycle:lifecycle-common-java8:2.2.0-alpha01'
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test:runner:1.1.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.1.1'
}
}
dev/integration_tests/android_splash_screens/splash_screen_trans_rotate/android/app/build.gradle
View file @
3d812c1b
...
@@ -42,7 +42,6 @@ android {
...
@@ -42,7 +42,6 @@ android {
targetSdkVersion
28
targetSdkVersion
28
versionCode
flutterVersionCode
.
toInteger
()
versionCode
flutterVersionCode
.
toInteger
()
versionName
flutterVersionName
versionName
flutterVersionName
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}
}
buildTypes
{
buildTypes
{
...
@@ -62,8 +61,4 @@ dependencies {
...
@@ -62,8 +61,4 @@ dependencies {
implementation
'androidx.fragment:fragment:1.1.0-beta01'
implementation
'androidx.fragment:fragment:1.1.0-beta01'
implementation
'androidx.lifecycle:lifecycle-runtime:2.2.0-alpha01'
implementation
'androidx.lifecycle:lifecycle-runtime:2.2.0-alpha01'
implementation
'androidx.lifecycle:lifecycle-common-java8:2.2.0-alpha01'
implementation
'androidx.lifecycle:lifecycle-common-java8:2.2.0-alpha01'
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test:runner:1.1.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.1.1'
}
}
dev/integration_tests/android_views/android/app/build.gradle
View file @
3d812c1b
...
@@ -42,7 +42,6 @@ android {
...
@@ -42,7 +42,6 @@ android {
targetSdkVersion
28
targetSdkVersion
28
versionCode
flutterVersionCode
.
toInteger
()
versionCode
flutterVersionCode
.
toInteger
()
versionName
flutterVersionName
versionName
flutterVersionName
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}
}
buildTypes
{
buildTypes
{
...
@@ -57,9 +56,3 @@ android {
...
@@ -57,9 +56,3 @@ android {
flutter
{
flutter
{
source
'../..'
source
'../..'
}
}
dependencies
{
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test:runner:1.1.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.1.1'
}
dev/integration_tests/channels/android/app/build.gradle
View file @
3d812c1b
...
@@ -30,7 +30,6 @@ android {
...
@@ -30,7 +30,6 @@ android {
targetSdkVersion
28
targetSdkVersion
28
versionCode
1
versionCode
1
versionName
"0.0.1"
versionName
"0.0.1"
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}
}
buildTypes
{
buildTypes
{
...
@@ -53,9 +52,3 @@ android {
...
@@ -53,9 +52,3 @@ android {
flutter
{
flutter
{
source
'../..'
source
'../..'
}
}
dependencies
{
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test:runner:1.1.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.1.1'
}
dev/integration_tests/codegen/android/app/build.gradle
View file @
3d812c1b
...
@@ -30,7 +30,6 @@ android {
...
@@ -30,7 +30,6 @@ android {
targetSdkVersion
28
targetSdkVersion
28
versionCode
1
versionCode
1
versionName
"0.0.1"
versionName
"0.0.1"
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}
}
buildTypes
{
buildTypes
{
...
@@ -53,9 +52,3 @@ android {
...
@@ -53,9 +52,3 @@ android {
flutter
{
flutter
{
source
'../..'
source
'../..'
}
}
dependencies
{
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test:runner:1.1.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.1.1'
}
dev/integration_tests/external_ui/android/app/build.gradle
View file @
3d812c1b
...
@@ -31,7 +31,6 @@ android {
...
@@ -31,7 +31,6 @@ android {
targetSdkVersion
28
targetSdkVersion
28
versionCode
1
versionCode
1
versionName
"1.0"
versionName
"1.0"
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}
}
buildTypes
{
buildTypes
{
...
@@ -44,9 +43,3 @@ android {
...
@@ -44,9 +43,3 @@ android {
flutter
{
flutter
{
source
'../..'
source
'../..'
}
}
dependencies
{
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test:runner:1.1.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.1.1'
}
dev/integration_tests/flavors/android/app/build.gradle
View file @
3d812c1b
...
@@ -31,7 +31,6 @@ android {
...
@@ -31,7 +31,6 @@ android {
targetSdkVersion
28
targetSdkVersion
28
versionCode
1
versionCode
1
versionName
"1.0"
versionName
"1.0"
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}
}
buildTypes
{
buildTypes
{
...
@@ -59,9 +58,3 @@ android {
...
@@ -59,9 +58,3 @@ android {
flutter
{
flutter
{
source
'../..'
source
'../..'
}
}
dependencies
{
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test:runner:1.1.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.1.1'
}
dev/integration_tests/flutter_driver_screenshot_test/android/app/build.gradle
View file @
3d812c1b
...
@@ -47,7 +47,6 @@ android {
...
@@ -47,7 +47,6 @@ android {
targetSdkVersion
28
targetSdkVersion
28
versionCode
flutterVersionCode
.
toInteger
()
versionCode
flutterVersionCode
.
toInteger
()
versionName
flutterVersionName
versionName
flutterVersionName
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}
}
buildTypes
{
buildTypes
{
...
@@ -65,7 +64,4 @@ flutter {
...
@@ -65,7 +64,4 @@ flutter {
dependencies
{
dependencies
{
implementation
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test:runner:1.1.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.1.1'
}
}
dev/integration_tests/image_loading/android/app/bin/build.gradle
View file @
3d812c1b
...
@@ -30,7 +30,6 @@ android {
...
@@ -30,7 +30,6 @@ android {
targetSdkVersion
28
targetSdkVersion
28
versionCode
1
versionCode
1
versionName
"0.0.1"
versionName
"0.0.1"
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}
}
buildTypes
{
buildTypes
{
...
@@ -53,9 +52,3 @@ android {
...
@@ -53,9 +52,3 @@ android {
flutter
{
flutter
{
source
'../..'
source
'../..'
}
}
dependencies
{
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test:runner:1.1.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.1.1'
}
dev/integration_tests/image_loading/android/app/build.gradle
View file @
3d812c1b
...
@@ -30,7 +30,6 @@ android {
...
@@ -30,7 +30,6 @@ android {
targetSdkVersion
28
targetSdkVersion
28
versionCode
1
versionCode
1
versionName
"0.0.1"
versionName
"0.0.1"
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}
}
buildTypes
{
buildTypes
{
...
@@ -53,9 +52,3 @@ android {
...
@@ -53,9 +52,3 @@ android {
flutter
{
flutter
{
source
'../..'
source
'../..'
}
}
dependencies
{
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test:runner:1.1.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.1.1'
}
dev/integration_tests/module_host_with_custom_build/app/build.gradle
View file @
3d812c1b
...
@@ -16,7 +16,6 @@ android {
...
@@ -16,7 +16,6 @@ android {
targetSdkVersion
28
targetSdkVersion
28
versionCode
1
versionCode
1
versionName
"1.0"
versionName
"1.0"
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
}
}
// Test build types.
// Test build types.
buildTypes
{
buildTypes
{
...
...
dev/integration_tests/module_host_with_custom_build_v2_embedding/app/build.gradle
View file @
3d812c1b
...
@@ -16,7 +16,6 @@ android {
...
@@ -16,7 +16,6 @@ android {
targetSdkVersion
28
targetSdkVersion
28
versionCode
1
versionCode
1
versionName
"1.0"
versionName
"1.0"
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
}
}
// Test build types.
// Test build types.
buildTypes
{
buildTypes
{
...
...
dev/integration_tests/named_isolates/android/app/build.gradle
View file @
3d812c1b
...
@@ -31,7 +31,6 @@ android {
...
@@ -31,7 +31,6 @@ android {
targetSdkVersion
28
targetSdkVersion
28
versionCode
1
versionCode
1
versionName
"0.0.1"
versionName
"0.0.1"
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}
}
buildTypes
{
buildTypes
{
...
@@ -50,7 +49,4 @@ flutter {
...
@@ -50,7 +49,4 @@ flutter {
dependencies
{
dependencies
{
implementation
'androidx.appcompat:appcompat:1.1.0'
implementation
'androidx.appcompat:appcompat:1.1.0'
implementation
'com.google.android.material:material:1.0.0'
implementation
'com.google.android.material:material:1.0.0'
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test:runner:1.1.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.1.1'
}
}
dev/integration_tests/platform_interaction/android/app/build.gradle
View file @
3d812c1b
...
@@ -30,7 +30,6 @@ android {
...
@@ -30,7 +30,6 @@ android {
targetSdkVersion
28
targetSdkVersion
28
versionCode
1
versionCode
1
versionName
"0.0.1"
versionName
"0.0.1"
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}
}
buildTypes
{
buildTypes
{
...
@@ -53,9 +52,3 @@ android {
...
@@ -53,9 +52,3 @@ android {
flutter
{
flutter
{
source
'../..'
source
'../..'
}
}
dependencies
{
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test:runner:1.1.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.1.1'
}
dev/integration_tests/release_smoke_test/android/app/build.gradle
View file @
3d812c1b
...
@@ -59,7 +59,7 @@ flutter {
...
@@ -59,7 +59,7 @@ flutter {
}
}
dependencies
{
dependencies
{
testImplementation
'junit:junit:4.1
2
'
testImplementation
'junit:junit:4.1
3
'
androidTestImplementation
'androidx.test:runner:1.2.0'
androidTestImplementation
'androidx.test:runner:1.2.0'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.2.0'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.2.0'
}
}
dev/integration_tests/ui/android/app/build.gradle
View file @
3d812c1b
...
@@ -30,7 +30,6 @@ android {
...
@@ -30,7 +30,6 @@ android {
targetSdkVersion
28
targetSdkVersion
28
versionCode
1
versionCode
1
versionName
"1.0"
versionName
"1.0"
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}
}
buildTypes
{
buildTypes
{
...
@@ -45,9 +44,3 @@ android {
...
@@ -45,9 +44,3 @@ android {
flutter
{
flutter
{
source
'../..'
source
'../..'
}
}
dependencies
{
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test:runner:1.1.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.1.1'
}
dev/manual_tests/android/app/build.gradle
View file @
3d812c1b
...
@@ -47,7 +47,6 @@ android {
...
@@ -47,7 +47,6 @@ android {
targetSdkVersion
28
targetSdkVersion
28
versionCode
flutterVersionCode
.
toInteger
()
versionCode
flutterVersionCode
.
toInteger
()
versionName
flutterVersionName
versionName
flutterVersionName
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}
}
buildTypes
{
buildTypes
{
...
@@ -65,7 +64,4 @@ flutter {
...
@@ -65,7 +64,4 @@ flutter {
dependencies
{
dependencies
{
implementation
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test:runner:1.1.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.1.1'
}
}
examples/catalog/android/app/build.gradle
View file @
3d812c1b
...
@@ -41,7 +41,6 @@ android {
...
@@ -41,7 +41,6 @@ android {
targetSdkVersion
28
targetSdkVersion
28
versionCode
flutterVersionCode
.
toInteger
()
versionCode
flutterVersionCode
.
toInteger
()
versionName
flutterVersionName
versionName
flutterVersionName
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}
}
buildTypes
{
buildTypes
{
...
@@ -56,9 +55,3 @@ android {
...
@@ -56,9 +55,3 @@ android {
flutter
{
flutter
{
source
'../..'
source
'../..'
}
}
dependencies
{
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test:runner:1.1.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.1.1'
}
examples/flutter_gallery/android/app/build.gradle
View file @
3d812c1b
...
@@ -77,7 +77,7 @@ flutter {
...
@@ -77,7 +77,7 @@ flutter {
}
}
dependencies
{
dependencies
{
testImplementation
'junit:junit:4.1
2
'
testImplementation
'junit:junit:4.1
3
'
androidTestImplementation
'androidx.test:rules:1.1.1'
androidTestImplementation
'androidx.test:rules:1.1.1'
androidTestImplementation
'androidx.test:runner:1.1.1'
androidTestImplementation
'androidx.test:runner:1.1.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.1.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.1.1'
...
...
examples/flutter_view/android/app/build.gradle
View file @
3d812c1b
...
@@ -41,7 +41,6 @@ android {
...
@@ -41,7 +41,6 @@ android {
targetSdkVersion
28
targetSdkVersion
28
versionCode
flutterVersionCode
.
toInteger
()
versionCode
flutterVersionCode
.
toInteger
()
versionName
flutterVersionName
versionName
flutterVersionName
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}
}
buildTypes
{
buildTypes
{
...
@@ -60,7 +59,4 @@ flutter {
...
@@ -60,7 +59,4 @@ flutter {
dependencies
{
dependencies
{
implementation
'androidx.appcompat:appcompat:1.1.0'
implementation
'androidx.appcompat:appcompat:1.1.0'
implementation
'com.google.android.material:material:1.0.0'
implementation
'com.google.android.material:material:1.0.0'
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test:runner:1.1.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.1.1'
}
}
examples/hello_world/android/app/build.gradle
View file @
3d812c1b
...
@@ -41,7 +41,6 @@ android {
...
@@ -41,7 +41,6 @@ android {
targetSdkVersion
28
targetSdkVersion
28
versionCode
flutterVersionCode
.
toInteger
()
versionCode
flutterVersionCode
.
toInteger
()
versionName
flutterVersionName
versionName
flutterVersionName
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}
}
buildTypes
{
buildTypes
{
...
@@ -56,9 +55,3 @@ android {
...
@@ -56,9 +55,3 @@ android {
flutter
{
flutter
{
source
'../..'
source
'../..'
}
}
dependencies
{
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test:runner:1.1.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.1.1'
}
examples/image_list/android/app/build.gradle
View file @
3d812c1b
...
@@ -42,7 +42,6 @@ android {
...
@@ -42,7 +42,6 @@ android {
targetSdkVersion
28
targetSdkVersion
28
versionCode
flutterVersionCode
.
toInteger
()
versionCode
flutterVersionCode
.
toInteger
()
versionName
flutterVersionName
versionName
flutterVersionName
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}
}
buildTypes
{
buildTypes
{
...
@@ -57,9 +56,3 @@ android {
...
@@ -57,9 +56,3 @@ android {
flutter
{
flutter
{
source
'../..'
source
'../..'
}
}
dependencies
{
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test:runner:1.1.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.1.1'
}
examples/layers/android/app/build.gradle
View file @
3d812c1b
...
@@ -41,7 +41,6 @@ android {
...
@@ -41,7 +41,6 @@ android {
targetSdkVersion
28
targetSdkVersion
28
versionCode
flutterVersionCode
.
toInteger
()
versionCode
flutterVersionCode
.
toInteger
()
versionName
flutterVersionName
versionName
flutterVersionName
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}
}
buildTypes
{
buildTypes
{
...
@@ -56,9 +55,3 @@ android {
...
@@ -56,9 +55,3 @@ android {
flutter
{
flutter
{
source
'../..'
source
'../..'
}
}
dependencies
{
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test:runner:1.1.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.1.1'
}
examples/platform_channel/android/app/build.gradle
View file @
3d812c1b
...
@@ -58,7 +58,7 @@ flutter {
...
@@ -58,7 +58,7 @@ flutter {
}
}
dependencies
{
dependencies
{
testImplementation
'junit:junit:4.1
2
'
testImplementation
'junit:junit:4.1
3
'
androidTestImplementation
'androidx.test:runner:1.1.1'
androidTestImplementation
'androidx.test:runner:1.1.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.1.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.1.1'
}
}
examples/platform_view/android/app/build.gradle
View file @
3d812c1b
...
@@ -41,7 +41,6 @@ android {
...
@@ -41,7 +41,6 @@ android {
targetSdkVersion
28
targetSdkVersion
28
versionCode
flutterVersionCode
.
toInteger
()
versionCode
flutterVersionCode
.
toInteger
()
versionName
flutterVersionName
versionName
flutterVersionName
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
}
}
buildTypes
{
buildTypes
{
...
@@ -60,7 +59,4 @@ flutter {
...
@@ -60,7 +59,4 @@ flutter {
dependencies
{
dependencies
{
implementation
'androidx.appcompat:appcompat:1.1.0'
implementation
'androidx.appcompat:appcompat:1.1.0'
implementation
'com.google.android.material:material:1.0.0'
implementation
'com.google.android.material:material:1.0.0'
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test:runner:1.1.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.1.1'
}
}
packages/flutter_tools/templates/app/android-java.tmpl/app/build.gradle.tmpl
View file @
3d812c1b
...
@@ -38,12 +38,6 @@ android {
...
@@ -38,12 +38,6 @@ android {
targetSdkVersion 28
targetSdkVersion 28
versionCode flutterVersionCode.toInteger()
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
versionName flutterVersionName
{{#androidX}}
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
{{/androidX}}
{{^androidX}}
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
{{/androidX}}
}
}
buildTypes {
buildTypes {
...
@@ -58,15 +52,3 @@ android {
...
@@ -58,15 +52,3 @@ android {
flutter {
flutter {
source '../..'
source '../..'
}
}
dependencies {
testImplementation 'junit:junit:4.12'
{{#androidX}}
androidTestImplementation 'androidx.test:runner:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
{{/androidX}}
{{^androidX}}
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
{{/androidX}}
}
packages/flutter_tools/templates/app/android-kotlin.tmpl/app/build.gradle.tmpl
View file @
3d812c1b
...
@@ -43,12 +43,6 @@ android {
...
@@ -43,12 +43,6 @@ android {
targetSdkVersion 28
targetSdkVersion 28
versionCode flutterVersionCode.toInteger()
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
versionName flutterVersionName
{{#androidX}}
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
{{/androidX}}
{{^androidX}}
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
{{/androidX}}
}
}
buildTypes {
buildTypes {
...
@@ -66,13 +60,4 @@ flutter {
...
@@ -66,13 +60,4 @@ flutter {
dependencies {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
testImplementation 'junit:junit:4.12'
{{#androidX}}
androidTestImplementation 'androidx.test:runner:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
{{/androidX}}
{{^androidX}}
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
{{/androidX}}
}
}
packages/flutter_tools/templates/module/android/host_app_common/app.tmpl/build.gradle.tmpl
View file @
3d812c1b
...
@@ -16,12 +16,6 @@ android {
...
@@ -16,12 +16,6 @@ android {
targetSdkVersion 28
targetSdkVersion 28
versionCode 1
versionCode 1
versionName "1.0"
versionName "1.0"
{{#androidX}}
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
{{/androidX}}
{{^androidX}}
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
{{/androidX}}
}
}
buildTypes {
buildTypes {
...
@@ -43,15 +37,10 @@ dependencies {
...
@@ -43,15 +37,10 @@ dependencies {
{{#androidX}}
{{#androidX}}
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
androidTestImplementation 'androidx.test:runner:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
{{/androidX}}
{{/androidX}}
{{^androidX}}
{{^androidX}}
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support:design:28.0.0'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
{{/androidX}}
{{/androidX}}
testImplementation 'junit:junit:4.12'
}
}
packages/flutter_tools/templates/module/android/library/Flutter.tmpl/build.gradle.tmpl
View file @
3d812c1b
...
@@ -37,12 +37,6 @@ android {
...
@@ -37,12 +37,6 @@ android {
targetSdkVersion 28
targetSdkVersion 28
versionCode flutterVersionCode.toInteger()
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
versionName flutterVersionName
{{#androidX}}
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
{{/androidX}}
{{^androidX}}
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
{{/androidX}}
}
}
}
}
...
@@ -51,7 +45,6 @@ flutter {
...
@@ -51,7 +45,6 @@ flutter {
}
}
dependencies {
dependencies {
testImplementation 'junit:junit:4.12'
{{#androidX}}
{{#androidX}}
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.appcompat:appcompat:1.0.2'
{{/androidX}}
{{/androidX}}
...
...
packages/flutter_tools/templates/module/android/library_new_embedding/Flutter.tmpl/build.gradle.tmpl
View file @
3d812c1b
...
@@ -37,19 +37,9 @@ android {
...
@@ -37,19 +37,9 @@ android {
targetSdkVersion 28
targetSdkVersion 28
versionCode flutterVersionCode.toInteger()
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
versionName flutterVersionName
{{#androidX}}
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
{{/androidX}}
{{^androidX}}
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
{{/androidX}}
}
}
}
}
flutter {
flutter {
source '../..'
source '../..'
}
}
dependencies {
testImplementation 'junit:junit:4.12'
}
packages/flutter_tools/templates/plugin/android-java.tmpl/build.gradle.tmpl
View file @
3d812c1b
...
@@ -26,12 +26,6 @@ android {
...
@@ -26,12 +26,6 @@ android {
defaultConfig {
defaultConfig {
minSdkVersion 16
minSdkVersion 16
{{#androidX}}
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
{{/androidX}}
{{^androidX}}
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
{{/androidX}}
}
}
lintOptions {
lintOptions {
disable 'InvalidPackage'
disable 'InvalidPackage'
...
...
packages/flutter_tools/templates/plugin/android-kotlin.tmpl/build.gradle.tmpl
View file @
3d812c1b
...
@@ -32,12 +32,6 @@ android {
...
@@ -32,12 +32,6 @@ android {
}
}
defaultConfig {
defaultConfig {
minSdkVersion 16
minSdkVersion 16
{{#androidX}}
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
{{/androidX}}
{{^androidX}}
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
{{/androidX}}
}
}
lintOptions {
lintOptions {
disable 'InvalidPackage'
disable 'InvalidPackage'
...
...
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