OneSignal-Gradle-Plugin icon indicating copy to clipboard operation
OneSignal-Gradle-Plugin copied to clipboard

Use with OneSignal-Android-SDK to help integrate it into your Android Studio or Gradle project. https://onesignal.com

Results 13 OneSignal-Gradle-Plugin issues
Sort by recently updated
recently updated
newest added

Please read here: https://stackoverflow.com/questions/71003124/flutter-cannot-run-project-afterevaluateclosure-when-the-project-is-already-ev/71009865#71009865

[`finalAlignmentRules`](https://github.com/OneSignal/OneSignal-Gradle-Plugin/blob/fc7b3e8b0856b8572e4556f910e2bef20c3a68f5/src/main/groovy/com/onesignal/androidsdk/GradleProjectPlugin.groovy#L351) runs on every `DependencyResolveDetails` instead of just once at the end before applying version overrides. This makes debugging this logic harder and has some performance impact so this should...

Enhancement / Feature

## Summary Address info messages such as "Configuration 'releaseCompileCopy' was resolved during configuration time. This is a build performance and scalability issue." This only show if you run `./gradlew` with...

Failed build: Duplicate class com.google.firebase ### Project Setup // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext { buildToolsVersion = "29.0.3" minSdkVersion...

in GradleProjectPlugin, there's a static reference to project, this would cause memory leak. We should not keeps a static ref to it. I have a fix in https://github.com/puderty/OneSignal-Gradle-Plugin/tree/fixleak

### Project Setup `build.gradle` (some information changed or removed because this is our company's code) ```Gradle buildscript { ext { kotlin_version = '1.5.31' navigationVersion = '2.3.5' daggerVersion = '2.40' }...

## Please Add The Following ### Project Setup `build.gradle` ``` // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext.kotlin_version = '1.5.0' apply...

See [this issue](https://github.com/OneSignal/react-native-onesignal/issues/1286#issuecomment-924391806)

## Status * **Reproduced by OneSignal:** No * **Workaround: Yes, see https://github.com/OneSignal/OneSignal-Gradle-Plugin/issues/91#issuecomment-495409126** _Status section + Issue header added by @jkasten2_ ## Issue It's simple. I've imported: `implementation ('com.onesignal:OneSignal:3.10.5')` and `apply...

### Issue When `com.onesignal.androidsdk.onesignal-gradle-plugin` is applied before `com.android.application` and there is a sub Android library project sync gradle fails in Android Studio but all other `./gradlew` build commands work just...

Bug