Updated androidx.webkit:webkit dependency to 1.8.0, Updated androidx.browser:browser dependency to 1.6.0

This commit is contained in:
Lorenzo Pichilli 2023-09-30 19:53:26 +02:00
parent 881e8da860
commit 44e70a3628
3 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,9 @@
## 6.0.0-beta.25
- Updated `androidx.webkit:webkit` dependency to `1.8.0`
- Updated `androidx.browser:browser` dependency to `1.6.0`
- Merged "feat: InAppLocalhostServer decode assets url when loading them" [#1657](https://github.com/pichillilorenzo/flutter_inappwebview/pull/1657) (thanks to [Nirajn2311](https://github.com/Nirajn2311))
- Merged "fix: xcode 15 related bug" [#1801](https://github.com/pichillilorenzo/flutter_inappwebview/pull/1801) (thanks to [nesquikm](https://github.com/nesquikm))
## 6.0.0-beta.24+1

View File

@ -49,8 +49,8 @@ android {
}
}
dependencies {
implementation 'androidx.webkit:webkit:1.6.1'
implementation 'androidx.browser:browser:1.5.0'
implementation 'androidx.webkit:webkit:1.8.0'
implementation 'androidx.browser:browser:1.6.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
}

View File

@ -32,14 +32,14 @@ android {
targetCompatibility 1.8
}
compileSdkVersion 33
compileSdkVersion 34
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.pichillilorenzo.flutter_inappwebviewexample"
minSdkVersion 19
targetSdkVersion 33
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"