Skip to content

Commit

Permalink
Updated libs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvasilkov committed Aug 9, 2021
1 parent c2f2f70 commit 3a5b648
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.1'
classpath 'com.android.tools.build:gradle:4.2.2'
}
}

Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
compileOnly 'androidx.annotation:annotation:1.2.0'
compileOnly 'androidx.viewpager:viewpager:1.0.0'
compileOnly 'androidx.viewpager2:viewpager2:1.0.0'
compileOnly 'androidx.recyclerview:recyclerview:1.2.0'
compileOnly 'androidx.recyclerview:recyclerview:1.2.1'
}

// New version can be uploaded with './gradlew clean :library:publish'
Expand Down
6 changes: 3 additions & 3 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ android {
dependencies {
implementation project(':library')

implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'androidx.recyclerview:recyclerview:1.2.0'
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.viewpager2:viewpager2:1.0.0'
implementation 'com.google.android.material:material:1.3.0'
implementation 'com.google.android.material:material:1.4.0'

implementation 'com.github.bumptech.glide:glide:4.12.0'

Expand Down

0 comments on commit 3a5b648

Please sign in to comment.