diff options
author | Allan Wang <me@allanwang.ca> | 2019-01-03 23:50:46 -0500 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-01-03 23:50:46 -0500 |
commit | a8c734070c67d84e10f617602467339f113521b4 (patch) | |
tree | c13e344a33e45959e98609aa682231e102bfbadd /app/src/main/kotlin/com/pitchedapps | |
parent | 82f79a7d368caad4068d97051ad8deddd05b4f7e (diff) | |
download | frost-a8c734070c67d84e10f617602467339f113521b4.tar.gz frost-a8c734070c67d84e10f617602467339f113521b4.tar.bz2 frost-a8c734070c67d84e10f617602467339f113521b4.zip |
Add custom gradle function and ignore some tests
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps')
-rw-r--r-- | app/src/main/kotlin/com/pitchedapps/frost/facebook/requests/Images.kt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/facebook/requests/Images.kt b/app/src/main/kotlin/com/pitchedapps/frost/facebook/requests/Images.kt index 4afd8e8a..9e92c939 100644 --- a/app/src/main/kotlin/com/pitchedapps/frost/facebook/requests/Images.kt +++ b/app/src/main/kotlin/com/pitchedapps/frost/facebook/requests/Images.kt @@ -47,8 +47,6 @@ fun RequestAuth.getFullSizedImage(fbid: Long) = frostRequest(::getJsonUrl) { get() } -val test: () -> InputStream? = { null } - /** * Attempts to get the fbcdn url of the supplied image redirect url */ |