Skip to content

Instantly share code, notes, and snippets.

@Axrorxoja
Created February 17, 2019 07:32
Show Gist options
  • Save Axrorxoja/a2d828ecb173141bfcc83325fabf2dc1 to your computer and use it in GitHub Desktop.
Save Axrorxoja/a2d828ecb173141bfcc83325fabf2dc1 to your computer and use it in GitHub Desktop.
G7 un mahsus
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:28.0.0'
// implementation 'com.android.support:animated-vector-drawable:28.0.0'
// implementation 'com.android.support:support-media-compat:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation('com.google.firebase:firebase-auth:16.1.0') {
exclude group: 'com.android.support'
}
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'
@zsirojiddinov
Copy link

Raxmat

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment