Skip to content

v2.5.1

Compare
Choose a tag to compare
@mahdi-malv mahdi-malv released this 24 Jan 07:39
· 1 commit to master since this release

2.5.1

Android

  • [Breaking] Huawei push support android module is now optional and will not be added to classpath by default
    In order to get benefits add it to your build.gradle file:

    //dependencies {
      implementation("co.pushe.plus:hms:2.5.1")
    // }
  • [Breaking] PusheInAppMessaging android module is now optional and will not be added to classpath by default
    In order to get benefits add it to your build.gradle file:

    //dependencies {
      implementation("co.pushe.plus:inappmessaging:2.5.1")
    // }
  • Feat: Update targetSDK to 31. This update also fixes the android:exported service attribute issue

iOS

  • [Breaking]: iOS support is canceled temporarily until it is decided to bring it back. Pushe.dart method will ignore non-android calls and return default results