Skip to content

Commit

Permalink
libs update not really tested
Browse files Browse the repository at this point in the history
  • Loading branch information
senpl committed Sep 12, 2021
1 parent 548eba7 commit 257e3e3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,17 @@ dependencies {
//implementation 'net.sourceforge.javacsv:javacsv:2.1'

// Support
implementation 'androidx.annotation:annotation:1.1.0'
implementation "androidx.constraintlayout:constraintlayout:2.0.4"
implementation 'androidx.appcompat:appcompat:1.3.0-beta01'
implementation 'androidx.annotation:annotation:1.2.0'
implementation "androidx.constraintlayout:constraintlayout:2.1.0"
implementation 'androidx.appcompat:appcompat:1.4.0-alpha03'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0'
implementation 'androidx.drawerlayout:drawerlayout:1.1.1'
implementation 'androidx.exifinterface:exifinterface:1.3.2'
implementation 'androidx.fragment:fragment-ktx:1.3.0'
implementation 'androidx.exifinterface:exifinterface:1.3.3'
implementation 'androidx.fragment:fragment-ktx:1.3.6'
implementation 'androidx.preference:preference-ktx:1.1.1'
implementation 'androidx.viewpager:viewpager:1.0.0'
implementation 'com.google.android.material:material:1.3.0'
implementation 'com.google.android.material:material:1.4.0'

// Firebase
//implementation 'com.google.firebase:firebase-core:17.0.0'
Expand All @@ -110,12 +110,12 @@ dependencies {
//implementation('com.crashlytics.sdk.android:crashlytics:2.9.9@aar', {
// transitive = true
//})
implementation "androidx.core:core-ktx:1.3.2"
implementation "androidx.core:core-ktx:1.6.0"
implementation 'com.github.senpl:NumberSlidingPicker:2cd87266c8e7d7656df9eef964bf062da95833a3' //from https://github.com/senpl/NumberSlidingPicker/commit/2cd87266c8e7d7656df9eef964bf062da95833a3
implementation 'com.github.thepacific:rx2timer:0.0.3'
implementation 'com.github.JDevZone:FillProgressLayout:0.0.5'
implementation 'com.github.mazenrashed:DotsIndicatorWithoutViewpager:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'xyz.aprildown:UltimateRingtonePicker:3.0.0-beta02'
}
repositories {
Expand Down

0 comments on commit 257e3e3

Please sign in to comment.