Skip to content

Commit

Permalink
flutter_inappwebview dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturLevchuk committed Jan 15, 2024
1 parent e90a743 commit c82a888
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:7.2.0'
classpath 'com.android.tools.build:gradle:7.3.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand All @@ -25,7 +25,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 31
compileSdkVersion 34

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand All @@ -41,6 +41,6 @@ android {
}

defaultConfig {
minSdkVersion 16
minSdkVersion 19
}
}
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
bs58: ^1.0.2
hex: ^0.2.0
collection: ^1.17.0
flutter_inappwebview: ^6.0.0-beta.24
flutter_inappwebview: ^6.0.0
dio_smart_retry: ^5.0.0
path_provider: ^2.0.14
json_annotation: ^4.8.1
Expand Down

0 comments on commit c82a888

Please sign in to comment.