Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. android {
  2. defaultConfig {
  3. vectorDrawables.useSupportLibrary = true
  4. }
  5. }
  6.  
  7. implementation 'com.android.support:support-vector-drawable:27.1.1'
  8.  
  9. https://medium.com/code-better/hiding-api-keys-from-your-android-repository-b23f5598b906
  10.  
  11. https://stackoverflow.com/questions/46816825/how-to-hide-api-url-and-parameters-in-android-app
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement