hirbod / react-native-volume-manager

React Native module which adds the ability to change the system volume on iOS and Android, listen to volume changes and supress the native volume UI to build your own volume slider or UX. It can listen to iOS mute switch and ringer mode changes on Android (and let you set the ringer mode)
MIT License
216 stars 13 forks source link

Upgrade kotlin version to 1.8.0 #19

Closed Nasseratic closed 10 months ago

Nasseratic commented 10 months ago

As of expo 49, expo modules use Gradle 8. Which makes the library fail to try to build an Android app. Check: #18

image

hirbod commented 10 months ago

Thanks, LGTM