diff options
author | Marvin Borner | 2018-09-03 18:24:49 +0200 |
---|---|---|
committer | Marvin Borner | 2018-09-03 18:24:49 +0200 |
commit | e8a1017181a5577e75095fcaeb274665ea992965 (patch) | |
tree | e9e309937e057214888e815b3726bbc75e075401 | |
parent | 4d5f0a62b2fa7bfec0348fe7214337994787297f (diff) |
Fixed bug with CoordinatorLayouts :bug:
-rw-r--r-- | app/build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle index 9a39c3a..2eee9d7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -48,9 +48,9 @@ dependencies { implementation 'com.android.support:appcompat-v7:28.0.0-alpha1' implementation 'com.android.support.constraint:constraint-layout:1.1.2' implementation 'com.android.support:design:28.0.0-alpha1' - implementation 'com.android.support:support-annotations:28.0.0-rc01' - implementation 'com.android.support:support-v4:28.0.0-rc01' - implementation 'com.android.support:support-vector-drawable:28.0.0-rc01' + implementation 'com.android.support:support-annotations:28.0.0-alpha1' + implementation 'com.android.support:support-v4:28.0.0-alpha1' + implementation 'com.android.support:support-vector-drawable:28.0.0-alpha1' 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' |