Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.

Commit

Permalink
Turbolinks Android 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Kim committed Mar 20, 2017
1 parent 766083a commit 54c2584
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repositories {
}
dependencies {
compile 'com.basecamp:turbolinks:1.0.5'
compile 'com.basecamp:turbolinks:1.0.6'
}
```

Expand Down
4 changes: 2 additions & 2 deletions turbolinks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 25
versionCode 7
versionName "1.0.5"
versionCode 8
versionName "1.0.6"

// Define ProGuard rules for this android library project. These rules will be applied when
// a consumer of this library sets 'minifyEnabled true'.
Expand Down

0 comments on commit 54c2584

Please sign in to comment.