File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed 
Examples/OneSignalDemo/app 
onesignal/core/src/main/java/com/onesignal/common Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -85,12 +85,12 @@ dependencies {
8585    implementation ' com.github.bumptech.glide:glide:4.12.0' 
8686
8787    /* * START - Google Play Builds **/ 
88-     gmsImplementation(' com.onesignal:OneSignal:5.2.0-beta-05 ' 
88+     gmsImplementation(' com.onesignal:OneSignal:5.2.0-beta-06 ' 
8989    /* * END - Google Play Builds **/ 
9090
9191    /* * START - Huawei Builds **/ 
9292    //  Omit Google / Firebase libraries for Huawei builds.
93-     huaweiImplementation(' com.onesignal:OneSignal:5.2.0-beta-05 ' 
93+     huaweiImplementation(' com.onesignal:OneSignal:5.2.0-beta-06 ' 
9494        exclude group : ' com.google.android.gms' module : ' play-services-gcm' 
9595        exclude group : ' com.google.android.gms' module : ' play-services-analytics' 
9696        exclude group : ' com.google.android.gms' module : ' play-services-location' 
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ object OneSignalUtils {
66    /* *
77     * The version of this SDK. 
88     */  
9-     const  val  SDK_VERSION :  String  =  " 050200-beta-05 " 
9+     const  val  SDK_VERSION :  String  =  " 050200-beta-06 " 
1010
1111    fun  isValidEmail (email :  String ): Boolean  {
1212        if  (email.isEmpty()) {
Original file line number Diff line number Diff line change 33gradle. rootProject  {
44    allprojects {
55        group =  ' com.onesignal' 
6-         version =  ' 5.2.0-beta-05 ' 
6+         version =  ' 5.2.0-beta-06 ' 
77        configurations. all {
88            resolutionStrategy. dependencySubstitution {
99                substitute(module(' com.onesignal:OneSignal' . using(project(' :OneSignal' 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments