Created
September 18, 2018 02:31
-
-
Save malikkurosaki/5bef2718a56cbf2fb95d169ce0fdac29 to your computer and use it in GitHub Desktop.
add image picaso
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apply plugin: 'com.android.application' | |
android { | |
compileSdkVersion 28 | |
defaultConfig { | |
applicationId "com.malik.rajanepikep" | |
minSdkVersion 22 | |
targetSdkVersion 28 | |
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:28.0.0-rc02' | |
implementation "com.android.support:customtabs:28.0.0-rc02" | |
implementation 'com.android.support:design:28.0.0-rc02' | |
implementation 'com.android.support.constraint:constraint-layout:1.1.3' | |
implementation 'com.firebaseui:firebase-ui-auth:4.2.0' | |
implementation 'com.firebaseui:firebase-ui-database:4.2.0' | |
implementation 'com.firebaseui:firebase-ui-storage:4.2.0' | |
implementation 'com.google.firebase:firebase-core:16.0.3' | |
implementation 'com.google.firebase:firebase-auth:16.0.3' | |
implementation 'com.google.firebase:firebase-messaging:17.3.1' | |
implementation 'com.google.firebase:firebase-database:16.0.2' | |
testImplementation 'junit:junit:4.12' | |
androidTestImplementation 'com.android.support.test:runner:1.0.2' | |
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' | |
implementation 'com.android.support:support-v4:28.0.0-rc02' | |
implementation 'com.android.support:cardview-v7:28.0.0-rc02' | |
implementation 'com.android.support:design:28.0.0-rc02' | |
implementation "com.android.support:recyclerview-v7:28.0.0-rc02" | |
implementation "com.android.support:support-compat:28.0.0-rc02" | |
implementation 'com.squareup.picasso:picasso:2.71828' | |
} | |
apply plugin: 'com.google.gms.google-services' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment