Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Feature/kak/grid to list#15 #80

Merged
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies {
implementation "com.android.support:appcompat-v7:$supportVersion"
implementation "com.android.support:cardview-v7:$supportVersion"
implementation "com.android.support:design:$supportVersion"
implementation 'com.android.support.constraint:constraint-layout:1.1.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.1'
// Android Play services libraries
def playServicesVersion = '15.0.1'
implementation "com.google.android.gms:play-services-location:$playServicesVersion"
Expand Down
Loading