Skip to content

Commit 8f0eee3

Browse files
authored
Develop to Main (#23)
- Develop to Main
1 parent b0d7c76 commit 8f0eee3

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencyResolutionManagement {
5151

5252
```groovy
5353
dependencies {
54-
implementation 'com.github.SimformSolutionsPvtLtd:SSPullToRefresh:1.3'
54+
implementation 'com.github.SimformSolutionsPvtLtd:SSPullToRefresh:1.4'
5555
}
5656
```
5757
2. Wrap your refreshing view (RecyclerView, listView etc..) with SSPullToRefreshLayout

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ android {
3939
dependencies {
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')

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
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

sspulltorefresh/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ android {
3535
dependencies {
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

0 commit comments

Comments
 (0)