Skip to content

Instantly share code, notes, and snippets.

@pranaypatel512
Created November 3, 2018 17:03
Show Gist options
  • Save pranaypatel512/7466c49b55a4a144052b2f1c0f0074e9 to your computer and use it in GitHub Desktop.
Save pranaypatel512/7466c49b55a4a144052b2f1c0f0074e9 to your computer and use it in GitHub Desktop.
default gradle file
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
implementation 'com.android.support:appcompat-v7:28.0.0-rc01'
implementation 'com.android.support.constraint:constraint-layout:1.1.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.google.firebase:firebase-core:16.0.0'
implementation 'com.google.firebase:firebase-auth:16.0.3'
implementation 'com.google.firebase:firebase-storage:16.0.1'
implementation 'com.google.firebase:firebase-database:16.0.1'
implementation 'de.hdodenhof:circleimageview:2.2.0'
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment