File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencyResolutionManagement {
5151
5252``` groovy
5353dependencies {
54- implementation 'com.github.SimformSolutionsPvtLtd:SSPullToRefresh:1.3 '
54+ implementation 'com.github.SimformSolutionsPvtLtd:SSPullToRefresh:1.4 '
5555}
5656```
57572 . Wrap your refreshing view (RecyclerView, listView etc..) with SSPullToRefreshLayout
Original file line number Diff line number Diff line change @@ -39,15 +39,15 @@ android {
3939dependencies {
4040
4141 implementation ' androidx.core:core-ktx:1.9.0'
42- implementation ' androidx.appcompat:appcompat:1.5.1 '
43- implementation ' com.google.android.material:material:1.6.1 '
42+ implementation ' androidx.appcompat:appcompat:1.6.0 '
43+ implementation ' com.google.android.material:material:1.7.0 '
4444 implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
4545 testImplementation ' junit:junit:'
46- androidTestImplementation ' androidx.test.ext:junit:1.1.3 '
47- androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0 '
46+ androidTestImplementation ' androidx.test.ext:junit:1.1.5 '
47+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1 '
4848
4949 // Coroutines
50- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1 '
50+ implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 '
5151
5252 // SSPullToRefresh
5353 implementation project(' :sspulltorefresh' )
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22buildscript {
3- ext. kotlin_version = " 1.7.10 "
3+ ext. kotlin_version = " 1.7.21 "
44 repositories {
55 google()
66 mavenCentral()
77 }
88 dependencies {
9- classpath " com.android.tools.build:gradle:7.3.0 "
9+ classpath " com.android.tools.build:gradle:7.3.1 "
1010 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1111
1212 // NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ android {
3535dependencies {
3636
3737 implementation ' androidx.core:core-ktx:1.9.0'
38- implementation ' androidx.appcompat:appcompat:1.5.1 '
39- implementation ' com.google.android.material:material:1.6.1 '
38+ implementation ' androidx.appcompat:appcompat:1.6.0 '
39+ implementation ' com.google.android.material:material:1.7.0 '
4040 testImplementation ' junit:junit:'
41- androidTestImplementation ' androidx.test.ext:junit:1.1.3 '
42- androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0 '
41+ androidTestImplementation ' androidx.test.ext:junit:1.1.5 '
42+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1 '
4343
4444 api ' pl.droidsonroids.gif:android-gif-drawable:1.2.22'
4545
You can’t perform that action at this time.
0 commit comments