Android not logging Flurry events

Hello,

I’m using the Corona Flurry extension. It works for iOs devices, but on Android, user sessions are being logged but events are not. It has been running for a couple of days.
in main.lua i have:

analytics = require( "analytics" )  
  
local application\_key = "-- my flurry key --"  
analytics.init(application\_key)  
  
analytics.logEvent("EASY\_MODE\_SELECTED")  

in build.settings:

android =  
 {  
 usesPermissions =  
 {  
 "android.permission.INTERNET"  
 },  
 },   

I have been testing this on devices for a few days and still no events are being logged. Please help.
[import]uid: 162865 topic_id: 33961 reply_id: 333961[/import]