Guest User

Untitled

a guest
Jan 5th, 2017
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. apply plugin: 'com.android.application'
  2.  
  3. android {
  4. compileSdkVersion 23
  5. buildToolsVersion "25.0.1"
  6. defaultConfig {
  7. applicationId "com.bestbuy.labs.appstore"
  8. minSdkVersion 19
  9. targetSdkVersion 23
  10. versionCode 1
  11. versionName "1.0"
  12. }
  13. buildTypes {
  14. release {
  15. minifyEnabled false
  16. proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
  17. }
  18. }
  19. }
  20. repositories {
  21. //mavenLocal()
  22. maven {
  23. url 'https://download.01.org/crosswalk/releases/crosswalk/android/maven2'
  24. }
  25. }
  26. dependencies {
  27. compile fileTree(dir: 'libs', include: ['*.jar'])
  28. compile 'com.android.support:appcompat-v7:23.2.1'
  29. compile 'com.android.support:design:23.2.1'
  30. compile 'com.android.support:cardview-v7:23.2.1'
  31. compile 'com.android.support:recyclerview-v7:23.2.1'
  32. compile 'me.grantland:autofittextview:0.2.1'
  33. compile 'com.squareup.okhttp3:okhttp:3.5.0'
  34. compile 'com.google.code.gson:gson:2.8.0'
  35. compile 'com.balysv.materialmenu:material-menu:2.0.0'
  36. compile 'org.xwalk:xwalk_core_library:20.50.533.12'
  37. // compile 'org.xwalk:xwalk_core_library:16.45.421.19'
  38. /*compile 'com.github.vihtarb:tooltip:0.1.9'*/
  39. }
Add Comment
Please, Sign In to add comment