Skip to content

Commit

Permalink
Release v3.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Jul 1, 2021
1 parent ba5dbef commit 65d3294
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ dependencies {
implementation project(':frogorecyclerview')

// library frogo-ui-kit
implementation 'com.github.amirisback:frogo-ui-kit:2.0.1'
implementation 'com.github.amirisback:frogo-ui-kit:2.0.2'

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
Expand Down
4 changes: 2 additions & 2 deletions frogorecyclerview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ dependencies {
implementation 'de.hdodenhof:circleimageview:3.1.0'

// library frogo-ui-kit
implementation 'com.github.amirisback:frogo-ui-kit:2.0.1'
implementation 'com.github.amirisback:frogo-ui-kit:2.0.2'

// library frogo-log
implementation 'com.github.amirisback:frogo-log:2.0.1'
implementation 'com.github.amirisback:frogo-log:2.0.2'

}

0 comments on commit 65d3294

Please sign in to comment.