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

Commit e27bea8

Browse files
committed
Release commit 0.12.10
1 parent 3f42930 commit e27bea8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313
dependencies {
1414
// ...
1515
// OneSignal-Gradle-Plugin
16-
classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.12.9, 0.99.99]'
16+
classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.12.10, 0.99.99]'
1717
}
1818
}
1919
```

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies {
4545

4646

4747
group = 'com.onesignal'
48-
version = '0.12.9'
48+
version = '0.12.10'
4949
description 'OneSignal Gradle Plugin'
5050
// Run to upload a new version to the Gradle Plugin Portal
5151
// ./gradlew publishPlugins
@@ -97,6 +97,6 @@ uploadArchives {
9797
// maven { url uri('../../repo') }
9898
// 3. Update '../../repo' from above to your correct relative path
9999
// 4. Add to buildscript -> dependencies
100-
// classpath 'com.onesignal:onesignal-gradle-plugin:[0.12.9, 0.99.99]'
100+
// classpath 'com.onesignal:onesignal-gradle-plugin:[0.12.10, 0.99.99]'
101101
// 5. To your app/build.gradle add
102102
// apply plugin: com.onesignal.androidsdk.GradleProjectPlugin

src/main/groovy/com/onesignal/androidsdk/GradleProjectPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ class GradleProjectPlugin implements Plugin<Project> {
278278
@Override
279279
void apply(Project inProject) {
280280
project = inProject
281-
project.logger.info('Initializing OneSignal-Gradle-Plugin 0.12.9')
281+
project.logger.info('Initializing OneSignal-Gradle-Plugin 0.12.10')
282282

283283
hasFullPlayServices = false
284284
gradleV2PostAGPApplyFallback = false

0 commit comments

Comments
 (0)