Skip to content

Commit

Permalink
Make configs internal
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed Feb 12, 2018
1 parent 540a660 commit 32fdff2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import jahirfiquitiva.libs.blueprint.R
import jahirfiquitiva.libs.blueprint.helpers.utils.BPKonfigs
import java.util.concurrent.TimeUnit

val Context.bpKonfigs: BPKonfigs
internal val Context.bpKonfigs: BPKonfigs
get() = BPKonfigs(this)

fun Context.millisToText(millis: Long): String {
Expand Down

0 comments on commit 32fdff2

Please sign in to comment.