3.5.0
- Add support for runtime notifications check & request on Android 13+ (#697 by @artyorsh and 46840ab by @zoontek)
buildscript {
ext {
buildToolsVersion = "33.0.0" // <- set at least 33.x
minSdkVersion = 21
compileSdkVersion = 33 // <- set at least 33
targetSdkVersion = 33 // <- set at least 33
// …