Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- apply plugin: 'com.android.application'
- android {
- compileSdkVersion 23
- buildToolsVersion "25.0.1"
- defaultConfig {
- applicationId "com.bestbuy.labs.appstore"
- minSdkVersion 19
- targetSdkVersion 23
- versionCode 1
- versionName "1.0"
- }
- buildTypes {
- release {
- minifyEnabled false
- proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
- }
- }
- }
- repositories {
- //mavenLocal()
- maven {
- url 'https://download.01.org/crosswalk/releases/crosswalk/android/maven2'
- }
- }
- dependencies {
- compile fileTree(dir: 'libs', include: ['*.jar'])
- compile 'com.android.support:appcompat-v7:23.2.1'
- compile 'com.android.support:design:23.2.1'
- compile 'com.android.support:cardview-v7:23.2.1'
- compile 'com.android.support:recyclerview-v7:23.2.1'
- compile 'me.grantland:autofittextview:0.2.1'
- compile 'com.squareup.okhttp3:okhttp:3.5.0'
- compile 'com.google.code.gson:gson:2.8.0'
- compile 'com.balysv.materialmenu:material-menu:2.0.0'
- compile 'org.xwalk:xwalk_core_library:20.50.533.12'
- // compile 'org.xwalk:xwalk_core_library:16.45.421.19'
- /*compile 'com.github.vihtarb:tooltip:0.1.9'*/
- }
Add Comment
Please, Sign In to add comment