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

Commit

Permalink
0.12.8 release commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jkasten2 committed Jun 15, 2020
1 parent 1142690 commit bfdf38f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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.12.7, 0.99.99]'
classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.12.8, 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 5.5.1 and AGP 3.4.2
- Tested up to Gradle 6.5 and AGP 4.0.0

## 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 @@ -45,7 +45,7 @@ dependencies {


group = 'com.onesignal'
version = '0.12.7'
version = '0.12.8'
description 'OneSignal Gradle Plugin'
// Run to upload a new version to the Gradle Plugin Portal
// ./gradlew publishPlugins
Expand Down Expand Up @@ -97,6 +97,6 @@ uploadArchives {
// 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.7, 0.99.99]'
// classpath 'com.onesignal:onesignal-gradle-plugin:[0.12.8, 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 @@ -260,7 +260,7 @@ class GradleProjectPlugin implements Plugin<Project> {
@Override
void apply(Project inProject) {
project = inProject
project.logger.info('Initializing OneSignal-Gradle-Plugin 0.12.7')
project.logger.info('Initializing OneSignal-Gradle-Plugin 0.12.8')

hasFullPlayServices = false
gradleV2PostAGPApplyFallback = false
Expand Down

0 comments on commit bfdf38f

Please sign in to comment.