allprojects {
    repositories {
        jcenter()
        maven {
            url "https://maven.google.com"
        }
    }
}
/* Include.gradle configuration: http://docs.nativescript.org/plugins/plugins#includegradle-specification */

android {

//	defaultConfig {
//		multiDexEnabled  true
//	}

	productFlavors {
		"nativescript-health-data" {
			dimension "nativescript-health-data"
		}
	}
	// buildTypes {
    //   release {
    //       minifyEnabled false
    //     //   proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
    //   }
 	// }

}

dependencies {
//	compile 'com.android.support:multidex:1.0.0'
	compile 'com.google.android.gms:play-services-fitness:16.0.1'
    compile 'com.google.android.gms:play-services-auth:16.0.1'
}
