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 #156 from OneSignal/rel/0.13.0
Browse files Browse the repository at this point in the history
Release 0.13.0
  • Loading branch information
jkasten2 committed Jun 8, 2021
2 parents 5b953d6 + e8f55b4 commit 6d5a204
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ This Gradle plugin helps make the [OneSignal Android SDK](https://github.com/One
buildscript {
repositories {
// ...
maven { url 'https://plugins.gradle.org/m2/' } // Gradle Plugin Portal
gradlePluginPortal()
}
dependencies {
// ...
// OneSignal-Gradle-Plugin
classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.12.10, 0.99.99]'
classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.13.0, 0.99.99]'
}
}
```
Expand All @@ -40,7 +40,7 @@ Applies to the following libraries:
## Compatibility
* Recommend using AGP 3.0.0 or newer ([Android Gradle Plugin](https://developer.android.com/studio/releases/gradle-plugin)) and Gradle 4.1 or newer.
- Compatible with Gradle 2.14.1+ and AGP 2.2.3+
- Tested up to Gradle 6.7.1 and AGP 4.1.1
- Tested up to Gradle 7.0.2 and AGP 4.2.1

## Change Log
See this repository's [release tags](https://github.com/OneSignal/OneSignal-Gradle-Plugin/releases) for a complete change log.
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {


group = 'com.onesignal'
version = '0.12.10'
version = '0.13.0'
description 'OneSignal Gradle Plugin'
// Run to upload a new version to the Gradle Plugin Portal
// ./gradlew publishPlugins
Expand Down Expand Up @@ -103,6 +103,6 @@ publishing {
// maven { url uri('../../repo') }
// 3. Update '../../repo' from above to your correct relative path
// 4. Add to buildscript -> dependencies
// classpath 'com.onesignal:onesignal-gradle-plugin:[0.12.10, 0.99.99]'
// classpath 'com.onesignal:onesignal-gradle-plugin:[0.13.0, 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.12.10')
project.logger.info('Initializing OneSignal-Gradle-Plugin 0.13.0')

hasFullPlayServices = false
gradleV2PostAGPApplyFallback = false
Expand Down

0 comments on commit 6d5a204

Please sign in to comment.