Image uploading and Image/URL previews on new posts.

This commit is contained in:
Vitor Pamplona
2023-01-12 21:14:44 -05:00
parent 250e970aca
commit bf827fd1f4
8 changed files with 329 additions and 47 deletions
+4 -1
View File
@@ -90,7 +90,10 @@ dependencies {
// link preview
implementation 'tw.com.oneup.www:Baha-UrlPreview:1.0.1'
implementation 'androidx.security:security-crypto-ktx:1.1.0-alpha03'
implementation 'androidx.security:security-crypto-ktx:1.1.0-alpha04'
// upload pictures:
implementation "com.google.accompanist:accompanist-permissions:0.28.0"
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'