Skip to content

Commit

Permalink
Fight Gradle to the death
Browse files Browse the repository at this point in the history
  • Loading branch information
jmshrv committed Nov 8, 2024
1 parent 2b47152 commit a7f8235
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ android {
applicationIdSuffix '.debug'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = '17'
}
}

flutter {
Expand Down
2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a7f8235

Please sign in to comment.