This repository was archived by the owner on Oct 31, 2022. It is now read-only.
File tree 3 files changed +6
-6
lines changed
src/main/groovy/com/onesignal/androidsdk 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ buildscript {
13
13
dependencies {
14
14
// ...
15
15
// OneSignal-Gradle-Plugin
16
- classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.12.1 , 0.99.99]'
16
+ classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.12.2 , 0.99.99]'
17
17
}
18
18
}
19
19
```
@@ -39,8 +39,8 @@ Applies to the following libraries:
39
39
40
40
## Compatibility
41
41
* 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.
42
- * Compatible with Gradle 2.14.1+ and AGP 2.2.3+
43
- * Tested up to Gradle 4.10.2 and AGP 3.3.0-beta01
42
+ - Compatible with Gradle 2.14.1+ and AGP 2.2.3+
43
+ - Tested up to Gradle 4.10.2 and AGP 3.3.0
44
44
45
45
## Change Log
46
46
See this repository's [ release tags] ( https://github.com/OneSignal/OneSignal-Gradle-Plugin/releases ) for a complete change log.
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ dependencies {
45
45
46
46
47
47
group = ' com.onesignal'
48
- version = ' 0.12.1 '
48
+ version = ' 0.12.2 '
49
49
description ' OneSignal Gradle Plugin'
50
50
// Run to upload a new version to the Gradle Plugin Portal
51
51
// ./gradlew publishPlugins
@@ -97,6 +97,6 @@ uploadArchives {
97
97
// maven { url uri('../../repo') }
98
98
// 3. Update '../../repo' from above to your correct relative path
99
99
// 4. Add to buildscript -> dependencies
100
- // classpath 'com.onesignal:onesignal-gradle-plugin:[0.12.1 , 0.99.99]'
100
+ // classpath 'com.onesignal:onesignal-gradle-plugin:[0.12.2 , 0.99.99]'
101
101
// 5. To your app/build.gradle add
102
102
// apply plugin: com.onesignal.androidsdk.GradleProjectPlugin
Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ class GradleProjectPlugin implements Plugin<Project> {
231
231
@Override
232
232
void apply (Project inProject ) {
233
233
project = inProject
234
- project. logger. info(' Initializing OneSignal-Gradle-Plugin 0.12.1 ' )
234
+ project. logger. info(' Initializing OneSignal-Gradle-Plugin 0.12.2 ' )
235
235
236
236
hasFullPlayServices = false
237
237
gradleV2PostAGPApplyFallback = false
You can’t perform that action at this time.
0 commit comments