Skip to content
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.

Commit

Permalink
Merge pull request #165 from OneSignal/rel/0.13.3
Browse files Browse the repository at this point in the history
0.13.3 Release commit
  • Loading branch information
jkasten2 committed Jun 11, 2021
2 parents a51f4a5 + 32ba763 commit 989a6c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
dependencies {
// ...
// OneSignal-Gradle-Plugin
classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.13.2, 0.99.99]'
classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.13.3, 0.99.99]'
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {


group = 'gradle.plugin.com.onesignal'
version = '0.13.2'
version = '0.13.3'
description 'OneSignal Gradle Plugin'
// Run to upload a new version to the Gradle Plugin Portal
// ./gradlew publishPlugins
Expand Down Expand Up @@ -107,6 +107,6 @@ publishing {
// maven { url uri('file://C:\\repos\\local-plugin-repository') }
// 3. Update file:// from above to your correct path
// 4. Add to buildscript -> dependencies
// classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.13.2, 0.99.99]'
// classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.13.3, 0.99.99]'
// 5. To your app/build.gradle add
// apply plugin: com.onesignal.androidsdk.GradleProjectPlugin
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ class GradleProjectPlugin implements Plugin<Project> {
@Override
void apply(Project inProject) {
project = inProject
project.logger.info('Initializing OneSignal-Gradle-Plugin 0.13.2')
project.logger.info('Initializing OneSignal-Gradle-Plugin 0.13.3')

hasFullPlayServices = false
gradleV2PostAGPApplyFallback = false
Expand Down

0 comments on commit 989a6c9

Please sign in to comment.