Skip to content

Commit

Permalink
[webview]: Bump gradle from 3.3.0 to 7.1.2 in /packages/webview_flutt…
Browse files Browse the repository at this point in the history
…er/webview_flutter_android/example/android (flutter#5844)
  • Loading branch information
dependabot[bot] authored and yutaaraki-toydium committed Aug 12, 2022
1 parent 6228e6b commit 8fea149
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
api 'androidx.test:core:1.2.0'
api 'androidx.test:core:1.4.0'
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.3.0'
classpath 'com.android.tools.build:gradle:7.1.2'
}
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true
android.enableR8=true
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
path: ../

dev_dependencies:
espresso: ^0.1.0+2
espresso: ^0.2.0
flutter_driver:
sdk: flutter
flutter_test:
Expand Down

0 comments on commit 8fea149

Please sign in to comment.