Fix missing permissions on newer Android versions

This commit is contained in:
Niko Diamadis
2023-01-25 15:31:16 +01:00
parent 5de51147f2
commit af9207c7a0
4 changed files with 28 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io/" }
}
}