Guest User

Untitled

a guest
Dec 10th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. val proguardSettings = Seq (
  2. useProguard in Android := true,
  3. proguardOption in Android := """-dontnote **
  4. |-keep class twitter4j.** {*;}""".stripMargin
  5. )
Add Comment
Please, Sign In to add comment