This repository was archived by the owner on Oct 31, 2022. It is now read-only.
File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Applies to the following libraries:
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
42
* Compatible with Gradle 2.14.1+ and AGP 2.2.3+
43
- * Tested up to Gradle 4.8 and AGP 3.1.2
43
+ * Tested up to Gradle 4.8 and AGP 3.1.3
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.10.2 '
48
+ version = ' 0.11.0 '
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.10.2 , 0.99.99]'
100
+ // classpath 'com.onesignal:onesignal-gradle-plugin:[0.11.0 , 0.99.99]'
101
101
// 5. To your app/build.gradle add
102
102
// apply plugin: com.onesignal.androidsdk.GradleProjectPlugin
You can’t perform that action at this time.
0 commit comments