Skip to content

Commit

Permalink
Modifying readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PGMacDesign committed Feb 18, 2019
1 parent 2c5cb2a commit e946be8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Also, we are very early in the prototype stage for Turbolinks Android 2.0. We st
Thank you for supporting Turbolinks Android 1.0, and we’re excited to share 2.0 when the time comes.

# Turbolinks Android
[![Build Status on Travis:](https://travis-ci.org/turbolinks/turbolinks-android.svg?branch=master)](https://travis-ci.org/turbolinks/turbolinks-android) [ ![Download](https://api.bintray.com/packages/basecamp/maven/turbolinks-android/images/download.svg) ](https://bintray.com/basecamp/maven/turbolinks-android/_latestVersion)

Original Fork from [https://github.com/turbolinks/turbolinks-android](https://github.com/turbolinks/turbolinks-android) on 2019-02-18

Turbolinks Android is a native adapter for any [Turbolinks 5](https://github.com/turbolinks/turbolinks#readme) enabled web app. It's built entirely using standard Android tools and conventions.

Expand Down Expand Up @@ -35,7 +36,7 @@ repositories {
}
dependencies {
compile 'com.basecamp:turbolinks:1.0.9'
compile 'com.pgmacdesign:modifiedturbolinks:1.1.0'
}
```

Expand Down
3 changes: 0 additions & 3 deletions turbolinks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
}
}
Expand Down Expand Up @@ -49,8 +48,6 @@ dependencies {
}

ext {
bintrayRepo = 'maven'
bintrayName = 'turbolinks-android'

publishedGroupId = 'com.pgmacdesign'
artifact = 'modifiedturbolinks'
Expand Down

0 comments on commit e946be8

Please sign in to comment.