Skip to content

Commit

Permalink
Updating the interface Adapter to add in a new callback method
Browse files Browse the repository at this point in the history
  • Loading branch information
PGMacDesign committed Apr 20, 2020
1 parent b5e529b commit c852887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repositories {
}
dependencies {
implementation 'com.github.pgmacdesign:turbolinks-android:1.2.0'
implementation 'com.github.pgmacdesign:turbolinks-android:1.3.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion turbolinks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.github.dcendents.android-maven'
group='com.github.PGMacDesign'

buildscript {
ext.libVersionName = '1.2.0'
ext.libVersionName = '1.3.0'

repositories {
jcenter()
Expand Down

0 comments on commit c852887

Please sign in to comment.