diff --git a/android/app/build.gradle b/android/app/build.gradle index e52df4659..a45dcb3a5 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -68,6 +68,13 @@ android { applicationIdSuffix '.debug' } } + compileOptions { + sourceCompatibility JavaVersion.VERSION_17 + targetCompatibility JavaVersion.VERSION_17 + } + kotlinOptions { + jvmTarget = '17' + } } flutter { diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index dcf0f19c5..7bb2df6ba 100644 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip diff --git a/pubspec.lock b/pubspec.lock index d664012ac..723a0f404 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -367,11 +367,11 @@ packages: dependency: "direct main" description: path: "." - ref: ac9b9e917e874f1f86f52ddd74fb57e4e2af3639 - resolved-ref: ac9b9e917e874f1f86f52ddd74fb57e4e2af3639 + ref: db66f36ec48dc50117e510e2f37995cc17b44534 + resolved-ref: db66f36ec48dc50117e510e2f37995cc17b44534 url: "https://github.com/jmshrv/flutter_downloader.git" source: git - version: "1.10.2" + version: "1.10.4" flutter_launcher_icons: dependency: "direct dev" description: diff --git a/pubspec.yaml b/pubspec.yaml index fbdc2748e..b093a1a64 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -37,7 +37,7 @@ dependencies: flutter_downloader: git: url: https://github.com/jmshrv/flutter_downloader.git - ref: "ac9b9e917e874f1f86f52ddd74fb57e4e2af3639" + ref: "db66f36ec48dc50117e510e2f37995cc17b44534" path_provider: ^2.0.14 hive: ^2.2.3 hive_flutter: ^1.1.0