diff --git a/README.md b/README.md index 04adb114..7e27fdf4 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ In addition, add the following dependencies. ... compile 'com.android.support:support-compat:26.+' compile 'com.google.firebase:firebase-messaging:11.+' - compile 'com.pushwoosh:pushwoosh:5.5.1' + compile 'com.pushwoosh:pushwoosh:5.5.2' } Starting with Pushwoosh SDK 5.4.2, you need to use [Android Plugin for Gradle v3.0.0](https://developer.android.com/studio/build/gradle-plugin-3-0-0.html) (or higher) with Gradle v4.1 (or higher). You should add Java 8 support as well. To do so, add the following lines to app’s build.gradle: ``` @@ -43,7 +43,7 @@ Maven integration: com.pushwoosh pushwoosh - 5.5.1 + 5.5.2 Documentation: diff --git a/Samples/Android-Advanced/app/build.gradle b/Samples/Android-Advanced/app/build.gradle index 8dff0f51..63124dd2 100644 --- a/Samples/Android-Advanced/app/build.gradle +++ b/Samples/Android-Advanced/app/build.gradle @@ -34,9 +34,9 @@ dependencies { compile "com.google.android.gms:play-services-location:${playServices}" - compile 'com.pushwoosh:pushwoosh:5.5.1' - compile 'com.pushwoosh:pushwoosh-badge:5.5.1' - compile 'com.pushwoosh:pushwoosh-location:5.5.1' + compile 'com.pushwoosh:pushwoosh:5.5.2' + compile 'com.pushwoosh:pushwoosh-badge:5.5.2' + compile 'com.pushwoosh:pushwoosh-location:5.5.2' } apply plugin: 'com.google.gms.google-services' diff --git a/Samples/Android-Simple/app/build.gradle b/Samples/Android-Simple/app/build.gradle index f1499d8e..58a71bb6 100644 --- a/Samples/Android-Simple/app/build.gradle +++ b/Samples/Android-Simple/app/build.gradle @@ -29,7 +29,7 @@ dependencies { compile "com.android.support:appcompat-v7:${support}" compile "com.android.support:support-v4:${support}" - compile 'com.pushwoosh:pushwoosh:5.5.1' + compile 'com.pushwoosh:pushwoosh:5.5.2' compile "com.google.firebase:firebase-core:${playServices}" compile "com.google.firebase:firebase-messaging:${playServices}" diff --git a/jars/pushwoosh-amazon_v5.5.1.jar b/jars/pushwoosh-amazon_v5.5.2.jar similarity index 100% rename from jars/pushwoosh-amazon_v5.5.1.jar rename to jars/pushwoosh-amazon_v5.5.2.jar diff --git a/jars/pushwoosh-badge_v5.5.1.jar b/jars/pushwoosh-badge_v5.5.2.jar similarity index 100% rename from jars/pushwoosh-badge_v5.5.1.jar rename to jars/pushwoosh-badge_v5.5.2.jar diff --git a/jars/pushwoosh-beacon_v5.5.1.jar b/jars/pushwoosh-beacon_v5.5.2.jar similarity index 100% rename from jars/pushwoosh-beacon_v5.5.1.jar rename to jars/pushwoosh-beacon_v5.5.2.jar diff --git a/jars/pushwoosh-deprecated_v5.5.1.jar b/jars/pushwoosh-deprecated_v5.5.2.jar similarity index 100% rename from jars/pushwoosh-deprecated_v5.5.1.jar rename to jars/pushwoosh-deprecated_v5.5.2.jar diff --git a/jars/pushwoosh-experimental_v5.5.1.jar b/jars/pushwoosh-experimental_v5.5.2.jar similarity index 79% rename from jars/pushwoosh-experimental_v5.5.1.jar rename to jars/pushwoosh-experimental_v5.5.2.jar index 4fef5bfb..aa0925fb 100644 Binary files a/jars/pushwoosh-experimental_v5.5.1.jar and b/jars/pushwoosh-experimental_v5.5.2.jar differ diff --git a/jars/pushwoosh-gcm_v5.5.1.jar b/jars/pushwoosh-gcm_v5.5.2.jar similarity index 100% rename from jars/pushwoosh-gcm_v5.5.1.jar rename to jars/pushwoosh-gcm_v5.5.2.jar diff --git a/jars/pushwoosh-inbox-ui_v5.5.1.jar b/jars/pushwoosh-inbox-ui_v5.5.2.jar similarity index 94% rename from jars/pushwoosh-inbox-ui_v5.5.1.jar rename to jars/pushwoosh-inbox-ui_v5.5.2.jar index 7619e739..646487a3 100644 Binary files a/jars/pushwoosh-inbox-ui_v5.5.1.jar and b/jars/pushwoosh-inbox-ui_v5.5.2.jar differ diff --git a/jars/pushwoosh-inbox_v5.5.1.jar b/jars/pushwoosh-inbox_v5.5.1.jar deleted file mode 100644 index 96de9dc6..00000000 Binary files a/jars/pushwoosh-inbox_v5.5.1.jar and /dev/null differ diff --git a/jars/pushwoosh-inbox_v5.5.2.jar b/jars/pushwoosh-inbox_v5.5.2.jar new file mode 100644 index 00000000..e385b8be Binary files /dev/null and b/jars/pushwoosh-inbox_v5.5.2.jar differ diff --git a/jars/pushwoosh-location_v5.5.1.jar b/jars/pushwoosh-location_v5.5.2.jar similarity index 100% rename from jars/pushwoosh-location_v5.5.1.jar rename to jars/pushwoosh-location_v5.5.2.jar diff --git a/jars/pushwoosh_v5.5.1.jar b/jars/pushwoosh_v5.5.2.jar similarity index 91% rename from jars/pushwoosh_v5.5.1.jar rename to jars/pushwoosh_v5.5.2.jar index 1c9a1248..f1799579 100644 Binary files a/jars/pushwoosh_v5.5.1.jar and b/jars/pushwoosh_v5.5.2.jar differ diff --git a/pushwoosh-amazon_v5.5.1.aar b/pushwoosh-amazon_v5.5.2.aar similarity index 85% rename from pushwoosh-amazon_v5.5.1.aar rename to pushwoosh-amazon_v5.5.2.aar index 5a53d938..6157ef2f 100644 Binary files a/pushwoosh-amazon_v5.5.1.aar and b/pushwoosh-amazon_v5.5.2.aar differ diff --git a/pushwoosh-badge_v5.5.1.aar b/pushwoosh-badge_v5.5.2.aar similarity index 97% rename from pushwoosh-badge_v5.5.1.aar rename to pushwoosh-badge_v5.5.2.aar index f9ad3894..6eba0103 100644 Binary files a/pushwoosh-badge_v5.5.1.aar and b/pushwoosh-badge_v5.5.2.aar differ diff --git a/pushwoosh-beacon_v5.5.1.aar b/pushwoosh-beacon_v5.5.2.aar similarity index 97% rename from pushwoosh-beacon_v5.5.1.aar rename to pushwoosh-beacon_v5.5.2.aar index f7bc5fcf..c7da4094 100644 Binary files a/pushwoosh-beacon_v5.5.1.aar and b/pushwoosh-beacon_v5.5.2.aar differ diff --git a/pushwoosh-deprecated_v5.5.1.aar b/pushwoosh-deprecated_v5.5.2.aar similarity index 92% rename from pushwoosh-deprecated_v5.5.1.aar rename to pushwoosh-deprecated_v5.5.2.aar index 665a24f8..965ba9b4 100644 Binary files a/pushwoosh-deprecated_v5.5.1.aar and b/pushwoosh-deprecated_v5.5.2.aar differ diff --git a/pushwoosh-experimental_v5.5.1.aar b/pushwoosh-experimental_v5.5.2.aar similarity index 57% rename from pushwoosh-experimental_v5.5.1.aar rename to pushwoosh-experimental_v5.5.2.aar index c7726d2b..25d3a30e 100644 Binary files a/pushwoosh-experimental_v5.5.1.aar and b/pushwoosh-experimental_v5.5.2.aar differ diff --git a/pushwoosh-gcm_v5.5.1.aar b/pushwoosh-gcm_v5.5.2.aar similarity index 92% rename from pushwoosh-gcm_v5.5.1.aar rename to pushwoosh-gcm_v5.5.2.aar index 1c7f7660..b84b71b6 100644 Binary files a/pushwoosh-gcm_v5.5.1.aar and b/pushwoosh-gcm_v5.5.2.aar differ diff --git a/pushwoosh-inbox-ui_v5.5.1.aar b/pushwoosh-inbox-ui_v5.5.2.aar similarity index 78% rename from pushwoosh-inbox-ui_v5.5.1.aar rename to pushwoosh-inbox-ui_v5.5.2.aar index 2bc9c736..6cb31c24 100644 Binary files a/pushwoosh-inbox-ui_v5.5.1.aar and b/pushwoosh-inbox-ui_v5.5.2.aar differ diff --git a/pushwoosh-inbox_v5.5.1.aar b/pushwoosh-inbox_v5.5.1.aar deleted file mode 100644 index 7108cf3e..00000000 Binary files a/pushwoosh-inbox_v5.5.1.aar and /dev/null differ diff --git a/pushwoosh-inbox_v5.5.2.aar b/pushwoosh-inbox_v5.5.2.aar new file mode 100644 index 00000000..a7b9d87b Binary files /dev/null and b/pushwoosh-inbox_v5.5.2.aar differ diff --git a/pushwoosh-location_v5.5.1.aar b/pushwoosh-location_v5.5.2.aar similarity index 98% rename from pushwoosh-location_v5.5.1.aar rename to pushwoosh-location_v5.5.2.aar index b9012053..e092df8d 100644 Binary files a/pushwoosh-location_v5.5.1.aar and b/pushwoosh-location_v5.5.2.aar differ diff --git a/pushwoosh_v5.5.1.aar b/pushwoosh_v5.5.1.aar deleted file mode 100644 index 5d765c3e..00000000 Binary files a/pushwoosh_v5.5.1.aar and /dev/null differ diff --git a/pushwoosh_v5.5.2.aar b/pushwoosh_v5.5.2.aar new file mode 100644 index 00000000..d4c699f9 Binary files /dev/null and b/pushwoosh_v5.5.2.aar differ