In the build.gradle file (app level), Upgrade one signal gradle to the latest level eg
fromclasspath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.12.6, 0.99.99]'
toclasspath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:0.12.10'
In the build.gradle file (project level), upgrade android build tool aswell from
classpath 'com.android.tools.build:gradle:3.5.0'
toclasspath 'com.android.tools.build:gradle:4.1.3'
In side the gradle folder edit gradle-wrapper.properties and update the gradle e.g from
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-all.zip
todistributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
Additionally, update the version of one signal to the latest version in
pubsec.yaml
and rebuild your project
Your AI Code Assistant
Ask anything about your entire project, code and get answers and even architecture diagrams. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
Hello is it Flutter, Native(kotlin) or react-native. I'm having an issue in RN