Add file attachment functionality with permission handling

This commit is contained in:
Alex Abudaev 2026-04-05 16:18:21 +08:00
parent fbd68b1c1c
commit 8637603930
5 changed files with 113 additions and 2 deletions

View file

@ -9,7 +9,7 @@ android {
defaultConfig {
applicationId "com.duckai.app"
minSdk 31
minSdk 33
targetSdk 34
versionCode 1
versionName "1.0"
@ -35,5 +35,6 @@ android {
dependencies {
implementation 'androidx.core:core-ktx:1.12.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.activity:activity-ktx:1.8.2'
implementation 'com.google.android.material:material:1.11.0'
}