This repository was archived by the owner on Oct 31, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/main/groovy/com/onesignal/androidsdk Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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.7 , 0.99.99]'
16+ classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.12.8 , 0.99.99]'
1717 }
1818}
1919```
@@ -40,7 +40,7 @@ Applies to the following libraries:
4040## Compatibility
4141* 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.
4242 - Compatible with Gradle 2.14.1+ and AGP 2.2.3+
43- - Tested up to Gradle 5.5.1 and AGP 3.4.2
43+ - Tested up to Gradle 6.5 and AGP 4.0.0
4444
4545## Change Log
4646See 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 {
4545
4646
4747group = ' com.onesignal'
48- version = ' 0.12.7 '
48+ version = ' 0.12.8 '
4949description ' 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.7 , 0.99.99]'
100+ // classpath 'com.onesignal:onesignal-gradle-plugin:[0.12.8 , 0.99.99]'
101101// 5. To your app/build.gradle add
102102// apply plugin: com.onesignal.androidsdk.GradleProjectPlugin
Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ class GradleProjectPlugin implements Plugin<Project> {
260260 @Override
261261 void apply (Project inProject ) {
262262 project = inProject
263- project. logger. info(' Initializing OneSignal-Gradle-Plugin 0.12.7 ' )
263+ project. logger. info(' Initializing OneSignal-Gradle-Plugin 0.12.8 ' )
264264
265265 hasFullPlayServices = false
266266 gradleV2PostAGPApplyFallback = false
You can’t perform that action at this time.
0 commit comments