diff options
author | marcinzelent <zelent.marcin@gmail.com> | 2018-04-26 13:34:40 +0200 |
---|---|---|
committer | marcinzelent <zelent.marcin@gmail.com> | 2018-04-26 13:34:40 +0200 |
commit | 9ecffe7854da65b39ae13b18be7da425777f1ee8 (patch) | |
tree | 431c18a13684d54c656c935ef4fdfcc93e0e81fc /app/build.gradle | |
parent | 4de306375a33b2abd067e65658a46d45cba5e56e (diff) |
Riced the app, added Atlas and About views
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle index 94b2dea..e670fd7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,16 +28,17 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version" implementation 'com.android.support:appcompat-v7:27.1.1' implementation 'com.android.support:support-v4:27.1.1' + implementation 'com.android.support:exifinterface:27.1.1' implementation 'com.android.support:design:27.1.1' implementation 'com.android.support.constraint:constraint-layout:1.1.0' implementation 'com.android.support:support-vector-drawable:27.1.1' implementation 'com.android.volley:volley:1.1.0' implementation 'com.google.code.gson:gson:2.8.2' implementation 'com.squareup.picasso:picasso:2.71828' - implementation 'com.google.firebase:firebase-auth:11.6.0' + implementation 'com.google.firebase:firebase-auth:15.0.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.android.support.test:runner:1.0.2' + androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' implementation 'com.android.support:gridlayout-v7:27.1.1' } |