Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- apply plugin: 'com.android.application'
- android {
- compileSdkVersion 26
- buildToolsVersion "26.0.2"
- defaultConfig {
- applicationId "ateam.mdb"
- minSdkVersion 21
- targetSdkVersion 26
- versionCode 1
- versionName "1.0"
- testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
- }
- buildTypes {
- release {
- minifyEnabled false
- proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
- }
- }
- compileOptions {
- targetCompatibility 1.8
- sourceCompatibility 1.8
- }
- }
- dependencies {
- implementation fileTree(include: ['*.jar'], dir: 'libs')
- implementation 'com.android.support:appcompat-v7:26.1.0'
- implementation 'com.android.support.constraint:constraint-layout:1.0.2'
- implementation 'com.google.firebase:firebase-auth:11.6.2'
- implementation 'com.google.firebase:firebase-database:11.6.2'
- implementation 'com.android.support:design:26.1.0'
- implementation 'com.android.support:support-v4:26.1.0'
- testImplementation 'junit:junit:4.12'
- androidTestImplementation 'com.android.support.test:runner:1.0.1'
- androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
- androidTestImplementation 'com.squareup.okhttp3:mockwebserver:3.9.1'
- androidTestCompile 'org.mockito:mockito-android:2.12.0'
- androidTestCompile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.3'
- compile 'com.facebook.android:facebook-android-sdk:4.29.0'
- compile 'com.squareup.picasso:picasso:2.5.2'
- compile 'com.koushikdutta.ion:ion:2.+'
- compile 'com.google.code.gson:gson:2.8.0'
- compile 'com.squareup.picasso:picasso:2.5.2'
- compile 'com.google.firebase:firebase-messaging:11.6.2'
- compile 'com.firebase:firebase-jobdispatcher:0.5.2'
- }
- apply plugin: 'com.google.gms.google-services'
Advertisement
Add Comment
Please, Sign In to add comment