diff options
author | Marcin Zelent <zelent.marcin@gmail.com> | 2018-03-29 15:58:03 +0200 |
---|---|---|
committer | Marcin Zelent <zelent.marcin@gmail.com> | 2018-03-29 15:58:03 +0200 |
commit | 14e6b8b0171601c7392d13c4c79e38c2e55df928 (patch) | |
tree | 837d4fbe59f9723ffcd9deccaaec60d3bbdd4725 /app/build.gradle | |
parent | ffd565bf02a180a249f361b29395f716c0ac2b40 (diff) |
Added fragments
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index 765c72f..21419c7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,6 +13,7 @@ android { versionCode 1 versionName "1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" + vectorDrawables.useSupportLibrary = true } buildTypes { release { @@ -29,6 +30,7 @@ dependencies { implementation 'com.android.support:support-v4:27.1.0' implementation 'com.android.support:design:27.1.0' implementation 'com.android.support.constraint:constraint-layout:1.0.2' + implementation 'com.android.support:support-vector-drawable:27.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' |