Skip to content

Commit

Permalink
fix: mime image type
Browse files Browse the repository at this point in the history
  • Loading branch information
motionman committed Jul 31, 2022
1 parent 2dde266 commit 87a1f3b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 21 deletions.
17 changes: 0 additions & 17 deletions .idea/deploymentTargetDropDown.xml

This file was deleted.

4 changes: 2 additions & 2 deletions app/src/main/java/ua/motionman/ssfilestack/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ class MainActivity : AppCompatActivity() {
putExtra(FilestackActivity.API_KEY, "AEHrSDUikTDqTbYuRTesYz")
putExtra(
FilestackActivity.POLICY_KEY,
"eyJjYWxsIjogWyJyZWFkIiwgImNvbnZlcnQiLCAicGljayIsICJzdG9yZSJdLCAiZXhwaXJ5IjogMTY1ODk5MjQ1Mi4yNzEzOTQsICJtYXhTaXplIjogNTM2ODcwOTEyMH0="
"eyJjYWxsIjogWyJyZWFkIiwgImNvbnZlcnQiLCAicGljayIsICJzdG9yZSJdLCAiZXhwaXJ5IjogMTY1OTM4MTQ3NS4wMzE1MzgsICJtYXhTaXplIjogNTM2ODcwOTEyMH0="
)
putExtra(
FilestackActivity.SIGNATURE_KEY,
"f83f1499dd7d8b881ba5ae1f8fcf17000eafddef9095fb6d69424fefa48cd59f"
"084228c71ebddf3157c9b3b2b8df233c377b6ba7a1535fad5cc2a1faed2ac780"
)
startActivityForResult(this, 662)
}
Expand Down
2 changes: 1 addition & 1 deletion filestack/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ afterEvaluate {

groupId = 'com.github.boykod'
artifactId = 'smartsuite-filestack'
version = '0.1.2'
version = '0.1.3'
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ val mimeTypes: Array<String> =
arrayOf(
"application/*",
"video/*",
"image/*,",
"image/*",
"audio/*",
"font/*",
"text/*"
Expand Down

0 comments on commit 87a1f3b

Please sign in to comment.