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.ziptodistributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zipAdditionally, update the version of one signal to the latest version in
pubsec.yamland rebuild your project
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