diff --git a/README.md b/README.md index 9dfa348..caf3408 100644 --- a/README.md +++ b/README.md @@ -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. @@ -35,7 +36,7 @@ repositories { } dependencies { - compile 'com.basecamp:turbolinks:1.0.9' + compile 'com.pgmacdesign:modifiedturbolinks:1.1.0' } ``` diff --git a/turbolinks/build.gradle b/turbolinks/build.gradle index 09dec68..10de601 100644 --- a/turbolinks/build.gradle +++ b/turbolinks/build.gradle @@ -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' } } @@ -49,8 +48,6 @@ dependencies { } ext { - bintrayRepo = 'maven' - bintrayName = 'turbolinks-android' publishedGroupId = 'com.pgmacdesign' artifact = 'modifiedturbolinks'