Skip to content

Commit

Permalink
Updated some libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
fkeglevich committed Jan 3, 2019
1 parent 9327cab commit 7cf7a12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ dependencies {
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.1.0-alpha01'
implementation 'androidx.annotation:annotation:1.0.1'
implementation 'com.google.android.material:material:1.1.0-alpha01'
implementation 'com.google.android.material:material:1.1.0-alpha02'
implementation 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.3'

testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.1.0'
androidTestImplementation 'androidx.test:runner:1.1.1'
}

0 comments on commit 7cf7a12

Please sign in to comment.