Merge pull request #1066 from chownation/patch-1

fix build error https://github.com/pichillilorenzo/flutter_inappwebview/issues/728
This commit is contained in:
Lorenzo Pichilli 2022-04-16 12:18:40 +02:00 committed by GitHub
commit 270579898e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.6.3' classpath 'com.android.tools.build:gradle:4.1.0'
} }
} }