Skip to content

Commit

Permalink
Fixing ark-filepicker dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillt committed Oct 8, 2023
1 parent a167540 commit 1c3a267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ dependencies {
implementation 'com.github.kirich1409:viewbindingpropertydelegate-noreflection:1.5.6'

implementation 'com.google.code.gson:gson:2.8.9'
implementation 'com.github.ark-builders:ark-filepicker:main-SNAPSHOT'
implementation 'com.github.ARK-Builders:ark-filepicker:1d89c8c478'
implementation 'androidx.preference:preference-ktx:1.2.0'
kapt 'androidx.room:room-compiler:2.4.2'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
}
}

0 comments on commit 1c3a267

Please sign in to comment.