request POST_NOTIFICATIONS permission

This commit is contained in:
Alex Akselrod 2023-11-02 10:35:25 -07:00
parent 8dfa2f638a
commit 22886edcb1
No known key found for this signature in database
GPG key ID: 57D7612D178AA487
4 changed files with 38 additions and 4 deletions

View file

@ -10,8 +10,8 @@ android {
applicationId "eu.neilalexander.yggdrasil"
minSdkVersion 21
targetSdkVersion 33
versionCode 15
versionName "0.1-015"
versionCode 16
versionName "0.1-016"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@ -55,6 +55,7 @@ dependencies {
implementation 'com.google.android.material:material:1.5.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.preference:preference-ktx:1.2.1'
implementation 'com.guolindev.permissionx:permissionx:1.7.1'
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'