issues
search
shaz-tech
/
flutter_internet_speed_test
Internet speed test plugin to integrate it in your app wherever you want.
MIT License
12
stars
46
forks
source link
Update Gradle, AGP, and Kotlin versions for compatibility
#22
Open
Gperez88
opened
1 week ago
Gperez88
commented
1 week ago
Summary
Updated Gradle wrapper to version 8.4.
Aligned Android Gradle Plugin (AGP) to 8.0.2 for compatibility with Gradle 8.4.
Set
namespace
in
build.gradle
as required by AGP 8.x.
Updated Kotlin version to 1.9.20 to meet the minimum supported version for AGP 8.x.
Cleaned and rebuilt the project to ensure compatibility.
Changes
Updated
gradle-wrapper.properties
to use Gradle 8.4.
Modified the
build.gradle
files to accommodate AGP 8.x and Kotlin 1.9.20.
Added
namespace
declaration in
build.gradle
to meet AGP requirements.
Notes
Ensured that the project now uses compatible versions of Gradle, AGP, and Kotlin for better stability.
Summary
namespace
inbuild.gradle
as required by AGP 8.x.Changes
gradle-wrapper.properties
to use Gradle 8.4.build.gradle
files to accommodate AGP 8.x and Kotlin 1.9.20.namespace
declaration inbuild.gradle
to meet AGP requirements.Notes