Skip to content

Commit

Permalink
Merge branch 'feature/bump_gradle' into minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Oct 30, 2024
2 parents 7ad9127 + 69b7469 commit 3d3815f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
1 change: 1 addition & 0 deletions just_audio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* Fix dealloc crash on iOS/macOS (@cristian1980).
* Fix Dart memory leak on dispose (@MinSeungHyun).
* Bump gradle to 8.5.0.

## 0.9.41

Expand Down
4 changes: 2 additions & 2 deletions just_audio/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.3.0'
classpath 'com.android.tools.build:gradle:8.5.0'
}
}

Expand Down Expand Up @@ -39,7 +39,7 @@ android {
}

lintOptions {
disable 'InvalidPackage'
disable 'AndroidGradlePluginVersion', 'InvalidPackage', 'GradleDependency', 'NewerVersionAvailable'
}

compileOptions {
Expand Down
5 changes: 0 additions & 5 deletions just_audio/android/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

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.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip

0 comments on commit 3d3815f

Please sign in to comment.