Skip to content

Commit

Permalink
chore: upgrade libraries dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrimault committed Mar 28, 2021
1 parent 56f75e1 commit 80b3703
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions viewpager/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

version = "0.1.9"
version = "0.2.0"

android {
compileSdkVersion 29
Expand Down Expand Up @@ -44,13 +44,11 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.1"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1"

implementation 'androidx.appcompat:appcompat:1.3.0-beta01'
implementation 'androidx.appcompat:appcompat:1.3.0-rc01'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'androidx.preference:preference-ktx:1.1.1'

testImplementation 'androidx.test:core:1.3.0'
testImplementation 'junit:junit:4.13.1'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.robolectric:robolectric:4.3.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
androidTestImplementation 'androidx.test:runner:1.3.0'
}
4 changes: 2 additions & 2 deletions viewpager/version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Tue Feb 02 20:36:43 CET 2021
VERSION_CODE=960
#Sun Mar 28 16:44:53 CEST 2021
VERSION_CODE=1100

0 comments on commit 80b3703

Please sign in to comment.