Skip to content

Commit

Permalink
Updates build.gradle formatting, remove javadoc link from README
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewHaisting committed Aug 17, 2017
1 parent cef0032 commit 9c2670c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

A library for avoiding TransactionTooLargeException during state saving and restoration.


## Contents

* [Motivation](#motivation)
Expand All @@ -15,7 +14,6 @@ A library for avoiding TransactionTooLargeException during state saving and rest
* [Limitations](#limitations)
* [Testing](#testing)
* [License](#license)
* [Javadoc](https://jitpack.io/com/github/livefront/bridge/feature~hosted-javadoc-v1.1.0-g45d8d59-1/javadoc/index.html)

<a name="motivation"></a>
## Motivation
Expand Down
3 changes: 1 addition & 2 deletions bridge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ dependencies {
compile 'com.android.support:appcompat-v7:25.3.1'
}


// build a jar with source files
task sourcesJar(type: Jar) {
from android.sourceSets.main.java.srcDirs
Expand All @@ -44,4 +43,4 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
artifacts {
archives sourcesJar
archives javadocJar
}
}

0 comments on commit 9c2670c

Please sign in to comment.