Guest User

Untitled

a guest
Dec 12th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. android {
  2. compileSdkVersion setup?.compileSdk ?: 28
  3. }
  4.  
  5. android {
  6. compileSdkVersion hasProperty('setup') ? setup.compileSdk ?: 28 : 28
  7. }
Add Comment
Please, Sign In to add comment