HBiSoft / HBRecorder

Lightweight screen recording Android library
MIT License
402 stars 137 forks source link

Added missing permission; Fixed publishing config (missing artifacts) #161

Closed bomberaya closed 5 months ago

bomberaya commented 5 months ago

Fixes the issue: https://github.com/HBiSoft/HBRecorder/issues/158

(and its duplicate issue)

Todo @HBiSoft :

HBiSoft commented 5 months ago

Thanks. I was going to look at #158 when I get home. I thought the issue was because of moving from jitpack to maven (which was done in the previous pull request without me knowing)... I will have a look at this ASAP.

bomberaya commented 5 months ago

@HBiSoft That would be great, thanks for the prompt response! The library is still on jitpack (as far as I can see), but it is missing the actual .aar artifact :) You can see the build log here. And indeed it was an issue with maven-publish config.

HBiSoft commented 5 months ago

I have implemented this. Thank you once again . It seems like it is working fine now.