Skip to content

Commit 9650b12

Browse files
author
mahdi
committed
fix android 13 permission for write
1 parent 7c7b64f commit 9650b12

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

FilePicker/build.gradle

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,16 @@ dependencies {
5959
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
6060
}
6161

62+
publishing {
63+
publications {
64+
release(MavenPublication) {
65+
groupId = 'com.mahdiasd'
66+
artifactId = 'com.mahdiasd.filepicker'
67+
version = '2.1.0'
68+
69+
afterEvaluate {
70+
from components.release
71+
}
72+
}
73+
}
74+
}

0 commit comments

Comments
 (0)