Skip to content

Commit

Permalink
- Updated gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
razaghimahdi committed Jan 21, 2023
1 parent ba923f7 commit d0bf107
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.0-alpha02'
implementation 'androidx.activity:activity-compose:1.6.0-alpha03'

implementation 'com.github.razaghimahdi:Compose-Loading-Dots:1.0.0'
// implementation 'com.github.razaghimahdi:Compose-Loading-Dots:1.0.0'

// implementation project(':compose-loading-dots')
implementation project(':compose-loading-dots')


}
2 changes: 1 addition & 1 deletion compose-loading-dots/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ afterEvaluate {

groupId = 'com.github.razaghimahdi'
artifactId = 'compose-loading-dots'
version = '1.0.0'
version = '1.0.1'
}
}
}
Expand Down

0 comments on commit d0bf107

Please sign in to comment.