Upgrading AGP version and Gradle version of app build files
Describe the bug
- The app uses an old version of gradle and AGP causing it to give warning during build and also can cause issues later if not upgraded.
-
settings.gradle / build.gradleconfig files need upgradation.
hey @hardik17771 , is the issue resolved ?
Hi @ShashwatXD , not yet because we'll be solving it in a later release. Till then, you can try solving it and submit a PR for the same.
hello again @hardik17771 , please check pr #431 , i have mentioned all the stuff i did to upgrade the agp.
Hi @hardik17771 , can you please take a look at my PR #431.
Hi @ShashwatXD , please check why the PR is failing tests, likely due to commit convention. LMK when that is resolved
Hi @hardik17771 , i went through the failing tests and have fixed the build as well as the commit convention,
- gradle/wrapper/gradle-wrapper.properties
- build.gradle
- settings.gradle
- android/app/build.gradle
- pubspec.yaml
The PR shows more files because of how I squashed the branch history, but only the above files are relevant.
Could you please re-run the checks
@hardik17771 PR is ready for review :))
Sure, give me some time to review.
@hardik17771 just checked the latest master, the build is already upgraded.
No issues, it got covered in last merged PR. You can create any new issue and work for on the same. Thanks!