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.8 (10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Kim committed Feb 5, 2018
1 parent 762575f commit 98c2cd4
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.7'
compile 'com.basecamp:turbolinks:1.0.8'
}
```

Expand Down
4 changes: 2 additions & 2 deletions turbolinks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'com.jfrog.bintray'

buildscript {
ext.supportLibVersion = '27.0.2'
ext.libVersionName = '1.0.7'
ext.libVersionName = '1.0.8'

repositories {
jcenter()
Expand All @@ -22,7 +22,7 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 27
versionCode 9
versionCode 10
versionName "$libVersionName"

// Define ProGuard rules for this android library project. These rules will be applied when
Expand Down

0 comments on commit 98c2cd4

Please sign in to comment.