Advertisement
SokazGames

Untitled

Nov 28th, 2014
646
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. apply plugin: 'com.android.application'
  2.  
  3. android {
  4. compileSdkVersion 21
  5. buildToolsVersion "21.1.1"
  6.  
  7. defaultConfig {
  8. applicationId "hl3oy.sokazgames.com.myapplication"
  9. minSdkVersion 14
  10. targetSdkVersion 21
  11. versionCode 1
  12. versionName "1.0"
  13. }
  14. buildTypes {
  15. release {
  16. runProguard false
  17. proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
  18. }
  19. }
  20. }
  21.  
  22. dependencies {
  23. // do not use dynamic updating.
  24. compile 'com.android.support:support-v4:21.0.0'
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement